Searched refs:m_bmpDisabled (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbmpbuttn.h46 { m_bmpDisabled = disabled; OnSetBitmap(); }
54 const wxBitmap& GetBitmapDisabled() const { return m_bmpDisabled; }
59 wxBitmap& GetBitmapDisabled() { return m_bmpDisabled; }
84 m_bmpDisabled, member in class:wxBitmapButtonBase
H A Downerdrw.h69 { m_bmpDisabled = bmpDisabled;
76 { return m_bmpDisabled; }
174 m_bmpDisabled; member in class:wxOwnerDrawn
H A Dtbarbase.h83 m_bmpDisabled = bmpDisabled;
145 const wxBitmap& GetDisabledBitmap() const { return m_bmpDisabled; }
177 void SetDisabledBitmap(const wxBitmap& bmp) { m_bmpDisabled = bmp; }
218 wxBitmap m_bmpDisabled; member in class:wxToolBarToolBase
H A Dcombo.h387 const wxBitmap& GetBitmapDisabled() const { return m_bmpDisabled; }
603 wxBitmap m_bmpDisabled; member in class:wxComboCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenuitem.h48 { m_bmpDisabled = bmpDisabled; }
50 { return m_bmpDisabled; }
97 m_bmpDisabled; member in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dbmpbuttn.cpp78 bmp = m_bmpDisabled;
112 if ( !enable && ChangeBitmap(m_bmpDisabled) )
H A Dmenu.cpp1498 m_bmpDisabled = wxNullBitmap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dbmpbuttn.cpp133 m_bmpDisabled = disabled;
186 m_bmpDisabled = newBitmap;
188 insensPixmap = (Pixmap) m_bmpDisabled.GetDrawable();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbmpbuttn.cpp118 else if ((pUser->fsState & BDS_DISABLED) && m_bmpDisabled.Ok())
119 pBitmap = &m_bmpDisabled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbmpbuttn.cpp207 the_one = m_bmpDisabled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbmpbuttn.cpp206 the_one = m_bmpDisabled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbmpbuttn.cpp351 else if ((state & ODS_DISABLED) && m_bmpDisabled.Ok())
352 bitmap = &m_bmpDisabled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp1393 pBmp = &m_bmpDisabled;
2164 m_bmpDisabled = bmpDisabled;
2166 m_bmpDisabled = bmpNormal;

Completed in 393 milliseconds