Searched refs:wxSubwindows (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dsubwin.h18 // wxSubwindows contains all HWNDs making part of a single wx control
21 class WXDLLEXPORT wxSubwindows class
26 wxSubwindows(size_t n = 0) { Init(); if ( n ) Create(n); } function in class:wxSubwindows
38 ~wxSubwindows()
62 return wx_const_cast(wxSubwindows *, this)->Get(n);
144 DECLARE_NO_COPY_CLASS(wxSubwindows)
148 // subwindows to a wxSubwindows object
153 // - subwins the name of the member variable of type wxSubwindows *
H A Dslider95.h15 class WXDLLIMPEXP_FWD_CORE wxSubwindows; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
121 wxSubwindows *m_labels;
H A Dradiobox.h17 class WXDLLIMPEXP_FWD_CORE wxSubwindows; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
159 wxSubwindows *m_radioButtons;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dslider95.cpp206 m_labels = new wxSubwindows(SliderLabel_Last);
H A Dradiobox.cpp163 m_radioButtons = new wxSubwindows(n);

Completed in 93 milliseconds