Searched refs:ShouldInheritColours (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbutton.h74 virtual bool ShouldInheritColours() const { return false; } function in class:wxButtonBase
H A Dcontrol.h57 // ShouldInheritColours() to return false
58 virtual bool ShouldInheritColours() const { return true; } function in class:wxControlBase
H A Dctrlsub.h189 virtual bool ShouldInheritColours() const { return false; } function in class:wxControlWithItems
H A Dtreectrl.h385 virtual bool ShouldInheritColours() const { return false; } function in class:wxTreeCtrlBase
H A Dtextctrl.h432 virtual bool ShouldInheritColours() const { return false; } function in class:wxTextCtrlBase
H A Dwindow.h1165 virtual bool ShouldInheritColours() const { return false; } function in class:wxWindowBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbutton.h49 virtual bool ShouldInheritColours() const { return false; } function in class:wxButton
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbutton.h69 virtual bool ShouldInheritColours() const { return false; } function in class:wxButton
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h191 virtual bool ShouldInheritColours() const { return false; } function in class:wxWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h215 virtual bool ShouldInheritColours() const { return false; } function in class:MuleExtern::wxGenericListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h196 virtual bool ShouldInheritColours() const { return false; } function in class:wxGenericListCtrl
H A Dsrchctlg.h195 virtual bool ShouldInheritColours() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h357 virtual bool ShouldInheritColours() const { return false; } function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h335 virtual bool ShouldInheritColours() const { return false; } function in class:wxListCtrl
H A Dtreectrl.h342 virtual bool ShouldInheritColours() const { return false; } function in class:wxTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp906 bool wxSearchCtrl::ShouldInheritColours() const function in class:wxSearchCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h711 virtual bool ShouldInheritColours() const { return false; } function in class:wxRichTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtchanges.tex96 \item (most) controls now inherit parents colours by default, override ShouldInheritColours() to return false if you don't want this to happen
H A Dwindow.tex1529 the window overrides \helpref{ShouldInheritColours}{wxwindowshouldinheritcolours}
3000 \helpref{wxWindow::ShouldInheritColours}{wxwindowshouldinheritcolours}
3529 \membersection{wxWindow::ShouldInheritColours}\label{wxwindowshouldinheritcolours}
3531 \func{virtual bool}{ShouldInheritColours}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp1088 // colours at each class level by overriding ShouldInheritColours()
1089 if ( ShouldInheritColours() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dgtk.cpp645 if ( !win->ShouldInheritColours() )
H A Dwin32.cpp1189 if ( !win->ShouldInheritColours() )

Completed in 303 milliseconds