/////////////////////////////////////////////////////////////////////////////
// Name: tglbtn.h
-// Purpose: documentation for wxBitmapToggleButton class
+// Purpose: interface of wxBitmapToggleButton
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxToggleButton
@wxheader{tglbtn.h}
Since wxWidgets version 2.9.0 this control emits an update UI event.
You can see wxToggleButton in action in the sixth page of the
- controls sample.
+ controls() sample.
@beginEventTable
@event{EVT_TOGGLEBUTTON(id, func)}:
@category{ctrl}
@appearance{togglebutton.png}
- @seealso
- wxCheckBox, wxButton, wxBitmapToggleButton
+ @see wxCheckBox, wxButton, wxBitmapToggleButton
*/
class wxToggleButton : public wxControl
{
*/
void SetValue(bool state);
};
+