@library{wxcore}
@category{ctrl}
- @appearance{togglebutton.png}
+ <!-- @appearance{togglebutton.png} -->
@see wxCheckBox, wxButton, wxBitmapToggleButton
*/
/**
Gets the state of the toggle button.
- @returns Returns @true if it is pressed, @false otherwise.
+ @return Returns @true if it is pressed, @false otherwise.
*/
bool GetValue() const;
@library{wxcore}
@category{ctrl}
- @appearance{bitmaptogglebutton.png}
+ <!-- @appearance{bitmaptogglebutton.png} -->
*/
class wxBitmapToggleButton : public wxControl
{
/**
Gets the state of the toggle button.
- @returns Returns @true if it is pressed, @false otherwise.
+ @return Returns @true if it is pressed, @false otherwise.
*/
virtual bool GetValue() const;