Searched refs:wxBitmapComboBox (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxh_bmpcbox.h3 // Purpose: XML resource handler for wxBitmapComboBox
18 class WXDLLIMPEXP_FWD_ADV wxBitmapComboBox; variable in typeref:class:WXDLLIMPEXP_FWD_ADV
30 wxBitmapComboBox* m_combobox;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbmpcboxg.cpp3 // Purpose: wxBitmapComboBox
68 BEGIN_EVENT_TABLE(wxBitmapComboBox, wxOwnerDrawnComboBox)
69 EVT_SIZE(wxBitmapComboBox::OnSize)
73 IMPLEMENT_DYNAMIC_CLASS(wxBitmapComboBox, wxOwnerDrawnComboBox)
75 void wxBitmapComboBox::Init()
82 wxBitmapComboBox::wxBitmapComboBox(wxWindow *parent, function in class:wxBitmapComboBox
99 bool wxBitmapComboBox::Create(wxWindow *parent,
122 bool wxBitmapComboBox::Create(wxWindow *parent,
146 void wxBitmapComboBox
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmapcombobox.tex1 \section{\class{wxBitmapComboBox}}\label{wxbitmapcombobox}
18 While wxBitmapComboBox contains the \helpref{wxComboBox}{wxcombobox}
20 if the platform does not have a native implementation, wxBitmapComboBox
64 \membersection{wxBitmapComboBox::wxBitmapComboBox}\label{wxbitmapcomboboxctor}
66 \func{}{wxBitmapComboBox}{\void}
70 \func{}{wxBitmapComboBox}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
75 \func{}{wxBitmapComboBox}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
99 \docparam{style}{Window style. See \helpref{wxBitmapComboBox}{wxbitmapcombobox}.}
107 \helpref{wxBitmapComboBox
[all...]
H A Dcombobox.tex11 and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}.
H A Dcategory.tex94 \twocolitem{\helpref{wxBitmapComboBox}{wxbitmapcombobox}}{A combobox with bitmaps next to text items}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dbmpcbox.h3 // Purpose: wxBitmapComboBox
21 // wxBitmapComboBox: a wxComboBox that allows images to be shown
25 class WXDLLIMPEXP_ADV wxBitmapComboBox : public wxOwnerDrawnComboBox, class in inherits:wxOwnerDrawnComboBox,wxBitmapComboBoxBase
31 wxBitmapComboBox() : wxOwnerDrawnComboBox(), wxBitmapComboBoxBase() function in class:wxBitmapComboBox
36 wxBitmapComboBox(wxWindow *parent, function in class:wxBitmapComboBox
55 wxBitmapComboBox(wxWindow *parent,
86 virtual ~wxBitmapComboBox();
167 DECLARE_DYNAMIC_CLASS(wxBitmapComboBox)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_bmpcbox.cpp3 // Purpose: XRC resource for wxBitmapComboBox
51 else /*if( m_class == wxT("wxBitmapComboBox"))*/
56 XRC_MAKE_INSTANCE(control, wxBitmapComboBox)
99 return ((!m_isInside && IsOfClass(node, wxT("wxBitmapComboBox"))) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbmpcombobox.cpp4 // Purpose: Part of the widgets sample showing wxBitmapComboBox
167 wxBitmapComboBox *m_combobox;
242 m_combobox = (wxBitmapComboBox *)NULL;
308 _T("&Change wxBitmapComboBox contents"));
349 m_combobox = new wxBitmapComboBox();
410 m_combobox = new wxBitmapComboBox();
573 wxMessageBox( wxT("wxBitmapComboBox normally only supports images of one size. ")

Completed in 122 milliseconds