news download themes documentation links










BoolMenuItem Class Reference

a bool menu item More...

#include <BoolMenuItem.hh>

Inheritance diagram for BoolMenuItem:

FbTk::MenuItem List of all members.

Public Member Functions

 BoolMenuItem (const char *label, bool &item, FbTk::RefCount< FbTk::Command > &cmd)
 BoolMenuItem (const char *label, bool &item)
bool isSelected () const
void click (int button, int time)
void setSelected (bool value)

Detailed Description

a bool menu item

Definition at line 30 of file BoolMenuItem.hh.


Member Function Documentation

void BoolMenuItem::click int  button,
int  time
[inline, virtual]
 

Called when the item was clicked with a specific button

Parameters:
button the button number
time the time stamp

Reimplemented from FbTk::MenuItem.

Definition at line 44 of file BoolMenuItem.hh.

References FbTk::MenuItem::click().

00044 { setSelected(!m_item); FbTk::MenuItem::click(button, time); }


The documentation for this class was generated from the following file:

Fluxbox CVS-Jan-2003




      



Got comments about the page? Send them to webmaster.
If you have general Fluxbox related questions ask them on our irc channel or mailing lists.

Show Source








Designed by aLEczapKA