Home
last modified time | relevance | path

Searched refs:OnCustomStringEdit (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxArrayStringProperty.cpp59 bool OnCustomStringEdit( ::wxWindow*, ::wxString&) SIP_OVERRIDE;
155 bool sipwxArrayStringProperty::OnCustomStringEdit( ::wxWindow*parent, ::wxString& value) in OnCustomStringEdit() function in sipwxArrayStringProperty
163 return ::wxArrayStringProperty::OnCustomStringEdit(parent,value); in OnCustomStringEdit()
804 …lfWasArg ? sipCpp-> ::wxArrayStringProperty::OnCustomStringEdit(parent,*value) : sipCpp->OnCustomS… in meth_wxArrayStringProperty_OnCustomStringEdit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dprops.h771 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
818 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value ); \
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dprops.h771 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
818 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value ); \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dprops.h720 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
769 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value ) wxOVERRIDE; \
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dprops.h919 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
948 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value ); \
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dsampleprops.cpp289 bool wxDirsProperty::OnCustomStringEdit( wxWindow* parent, wxString& value ) in OnCustomStringEdit() function in wxDirsProperty
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dsampleprops.cpp292 bool wxDirsProperty::OnCustomStringEdit( wxWindow* parent, wxString& value ) in OnCustomStringEdit() function in wxDirsProperty
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dsampleprops.cpp292 bool wxDirsProperty::OnCustomStringEdit( wxWindow* parent, wxString& value ) in OnCustomStringEdit() function in wxDirsProperty
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dprops.h748 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dprops.h665 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dprops.h665 virtual bool OnCustomStringEdit( wxWindow* parent, wxString& value );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridprops.sip1205 bool OnCustomStringEdit(
1210 OnCustomStringEdit(parent, value) -> bool
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dprops.cpp2587 return m_pCallingClass->OnCustomStringEdit(m_parent, *resString); in OnCustomNewAction()
2717 bool wxArrayStringProperty::OnCustomStringEdit( wxWindow*, wxString& ) in OnCustomStringEdit() function in wxArrayStringProperty
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dprops.cpp2662 return m_pCallingClass->OnCustomStringEdit(m_parent, *resString); in OnCustomNewAction()
2788 bool wxArrayStringProperty::OnCustomStringEdit( wxWindow*, wxString& ) in OnCustomStringEdit() function in wxArrayStringProperty
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dprops.cpp2587 return m_pCallingClass->OnCustomStringEdit(m_parent, *resString); in OnCustomNewAction()
2717 bool wxArrayStringProperty::OnCustomStringEdit( wxWindow*, wxString& ) in OnCustomStringEdit() function in wxArrayStringProperty
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dprops.cpp2647 if ( m_pCallingClass->OnCustomStringEdit(m_parent,str) ) in OnCustomEditClick()
2756 bool wxArrayStringProperty::OnCustomStringEdit( wxWindow*, wxString& ) in OnCustomStringEdit() function in wxArrayStringProperty
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi6148 def OnCustomStringEdit(self, parent, value):
6150 OnCustomStringEdit(parent, value) -> bool