WinButton Class Referencedraws and handles basic window button graphic
More...
#include <WinButton.hh>
List of all members.
|
Public Types |
| enum | Type {
MAXIMIZE,
MINIMIZE,
SHADE,
STICK,
CLOSE
} |
| | draw type for the button
|
Public Member Functions |
|
| WinButton (const FluxboxWindow &listen_to, WinButtonTheme &theme, Type buttontype, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height) |
| | - Id
- WinButton.cc,v 1.17 2004/01/10 00:37:35 rathnor Exp
|
|
void | exposeEvent (XExposeEvent &event) |
| | override for drawing
|
|
void | buttonReleaseEvent (XButtonEvent &event) |
|
void | clear () |
| | override for redrawing
|
|
void | update (FbTk::Subject *subj) |
Detailed Description
draws and handles basic window button graphic
Definition at line 31 of file WinButton.hh. The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|