Home
last modified time | relevance | path

Searched refs:DoHideProperty (Results 1 – 23 of 23) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dpropgridpagestate.h478 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dpropgridpagestate.h397 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dpropgridpagestate.h397 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridpagestate.sip572 bool DoHideProperty(
578 DoHideProperty(p, hide, flags=PG_RECURSE) -> bool
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dpropgridiface.cpp557 return pg->DoHideProperty(p, hide, flags); in HideProperty()
559 m_pState->DoHideProperty(p, hide, flags); in HideProperty()
H A Dpropgrid.cpp4485 bool wxPropertyGrid::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGrid
4488 return m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
4503 m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
H A Dpropgridpagestate.cpp1413 bool wxPropertyGridPageState::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGridPageState
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgridiface.cpp560 return pg->DoHideProperty(p, hide, flags); in HideProperty()
562 m_pState->DoHideProperty(p, hide, flags); in HideProperty()
H A Dpropgrid.cpp4521 bool wxPropertyGrid::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGrid
4524 return m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
4537 m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
H A Dpropgridpagestate.cpp1333 bool wxPropertyGridPageState::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGridPageState
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dpropgridiface.cpp557 return pg->DoHideProperty(p, hide, flags); in HideProperty()
559 m_pState->DoHideProperty(p, hide, flags); in HideProperty()
H A Dpropgrid.cpp4485 bool wxPropertyGrid::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGrid
4488 return m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
4503 m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
H A Dpropgridpagestate.cpp1413 bool wxPropertyGridPageState::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGridPageState
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dpropgridpagestate.h629 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
H A Dpropgrid.h2252 bool DoHideProperty( wxPGProperty* p, bool hide, int flags );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dpropgridpagestate.h512 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
H A Dpropgrid.h1928 bool DoHideProperty( wxPGProperty* p, bool hide, int flags );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dpropgridpagestate.h629 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
H A Dpropgrid.h2252 bool DoHideProperty( wxPGProperty* p, bool hide, int flags );
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp7847 bool wxPropertyGrid::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGrid
7850 return m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
7865 m_pState->DoHideProperty(p, hide, flags); in DoHideProperty()
10614 return pg->DoHideProperty(p, hide, flags); in HideProperty()
10616 m_pState->DoHideProperty(p, hide, flags); in HideProperty()
12365 bool wxPropertyGridState::DoHideProperty( wxPGProperty* p, bool hide, int flags ) in DoHideProperty() function in wxPropertyGridState
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxPropertyGridPageState.cpp1675 sipRes = sipCpp->DoHideProperty(p,hide,flags); in meth_wxPropertyGridPageState_DoHideProperty()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h4657 bool DoHideProperty( wxPGProperty* p, bool hide, int flags = wxPG_RECURSE );
8260 bool DoHideProperty( wxPGProperty* p, bool hide, int flags );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi3510 def DoHideProperty(self, p, hide, flags=PG_RECURSE):
3512 DoHideProperty(p, hide, flags=PG_RECURSE) -> bool