Home
last modified time | relevance | path

Searched refs:GetEditorByName (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DPropertyGrid.py81 return wxpg.PropertyGridInterface.GetEditorByName("TextCtrl")
140 return wxpg.PropertyGridInterface.GetEditorByName("TextCtrl")
190 return wxpg.PropertyGridInterface.GetEditorByName("TextCtrlAndButton")
399 return wxpg.PropertyGridInterface.GetEditorByName("TextCtrlAndButton")
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dpropgridiface.h845 SetPropertyEditor(id,GetEditorByName(editorName)); in SetPropertyEditor()
1092 static wxPGEditor* GetEditorByName( const wxString& editorName );
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dpropgridiface.h1038 SetPropertyEditor(id,GetEditorByName(editorName)); in SetPropertyEditor()
1322 static wxPGEditor* GetEditorByName( const wxString& editorName );
H A Dpropgrid.h2310 m_customEditor = wxPropertyGridInterface::GetEditorByName(editorName); in SetEditor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dpropgridiface.h1038 SetPropertyEditor(id,GetEditorByName(editorName)); in SetPropertyEditor()
1322 static wxPGEditor* GetEditorByName( const wxString& editorName );
H A Dpropgrid.h2310 m_customEditor = wxPropertyGridInterface::GetEditorByName(editorName); in SetEditor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dpropgridiface.h1032 static wxPGEditor* GetEditorByName( const wxString& editorName );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dpropgridiface.h1032 static wxPGEditor* GetEditorByName( const wxString& editorName );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dpropgridiface.h1213 static wxPGEditor* GetEditorByName( const wxString& editorName );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridiface.sip1048 wxPGEditor * GetEditorByName(
1052 GetEditorByName(editorName) -> PGEditor
/dports/devel/wxformbuilder/source/src/rad/inspector/
H A Dobjinspect.cpp524 wxPGEditor* editor = m_pg->GetEditorByName( customEditor ); in AddItems()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h5830 SetPropertyEditor(id,GetEditorByName(editorName));
6364 static wxPGEditor* GetEditorByName( const wxString& editorName );
8305 m_customEditor = wxPropertyGridInterface::GetEditorByName(editorName);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Deditors.cpp2089 wxPGEditor* wxPropertyGridInterface::GetEditorByName( const wxString& editorName ) in GetEditorByName() function in wxPropertyGridInterface
H A Dproperty.cpp2818 m_customEditor = wxPropertyGridInterface::GetEditorByName(editorName); in SetEditor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Deditors.cpp2111 wxPGEditor* wxPropertyGridInterface::GetEditorByName( const wxString& editorName ) in GetEditorByName() function in wxPropertyGridInterface
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Deditors.cpp2111 wxPGEditor* wxPropertyGridInterface::GetEditorByName( const wxString& editorName ) in GetEditorByName() function in wxPropertyGridInterface
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/
H A DMigrationGuide.rst550 return wx.propgrid.PropertyGridInterface.GetEditorByName(self.GetEditor())
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxPropertyGridInterface.cpp4187 sipRes = ::wxPropertyGridInterface::GetEditorByName(*editorName); in meth_wxPropertyGridInterface_GetEditorByName()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp1777 editor = wxPropertyGridInterface::GetEditorByName(editorName); in GetEditorClass()
9933 wxPGEditor* wxPropertyGridInterface::GetEditorByName( const wxString& editor_name ) in GetEditorByName() function in wxPropertyGridInterface
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi4316 def GetEditorByName(editorName):
4318 GetEditorByName(editorName) -> PGEditor