fltk::ToggleButton Class Reference

Inherits fltk::Button.

List of all members.

Public Member Functions

 ToggleButton (int x, int y, int w, int h, const char *l=0)


Detailed Description

This button turns the state() on and off each release of a click inside of it.

You can also convert a regular button into this by doing type(Button::TOGGLE) to it.


Wed Jun 17 08:58:25 2009. FLTK ©2007 Bill Spitzak and others.
Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.