Home
last modified time | relevance | path

Searched defs:SetBitmapSelected (Results 1 – 15 of 15) sorted by relevance

/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dbmpbuttn.h38 void SetBitmapSelected(const wxBitmap& sel) in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dbmpbuttn.h41 void SetBitmapSelected(const wxBitmap& sel) in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dbmpbuttn.h41 void SetBitmapSelected(const wxBitmap& sel) in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dbmpbuttn.h41 void SetBitmapSelected(const wxBitmap& sel) in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dbmpbuttn.h41 void SetBitmapSelected(const wxBitmap& sel) in SetBitmapSelected() function
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/wxthings/
H A Dtoggle.h175 void SetBitmapSelected(const wxBitmap& sel) { m_bmpSelected = sel; CalcLayout(true); }; in SetBitmapSelected() function
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxthings/include/wx/things/
H A Dtoggle.h176 void SetBitmapSelected(const wxBitmap& sel) { m_bmpSelected = sel; CalcLayout(true); }; in SetBitmapSelected() function
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A Dmenubtn.h141 void SetBitmapSelected(const wxBitmap& sel) { in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Danybutton.h119 void SetBitmapSelected(const wxBitmap& bitmap) { SetBitmapPressed(bitmap); } in SetBitmapSelected() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Danybutton.h119 void SetBitmapSelected(const wxBitmap& bitmap) { SetBitmapPressed(bitmap); } in SetBitmapSelected() function
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A Dmenubtn.h141 void SetBitmapSelected(const wxBitmap& sel) { in SetBitmapSelected() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Danybutton.h119 void SetBitmapSelected(const wxBitmap& bitmap) { SetBitmapPressed(bitmap); } in SetBitmapSelected() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dplatebtn.py666 SetBitmapSelected = SetBitmap variable in PlateButton
H A Dbuttons.py785 def SetBitmapSelected(self, bitmap): member in GenBitmapButton
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dshapedbutton.py1064 def SetBitmapSelected(self, bitmap): member in SBitmapButton