ToolbarItem Class ReferenceAn item in the toolbar that has either fixed or realive size to the toolbar.
More...
#include <ToolbarItem.hh>
Inheritance diagram for ToolbarItem:
List of all members.
|
Public Types |
| enum | Type { FIXED,
RELATIVE
} |
| | size type in the toolbar More...
|
Public Member Functions |
|
| ToolbarItem (Type type) |
|
virtual void | move (int x, int y)=0 |
|
virtual void | resize (unsigned int width, unsigned int height)=0 |
|
virtual void | moveResize (int x, int y, unsigned int width, unsigned int height)=0 |
|
virtual void | show ()=0 |
|
virtual void | hide ()=0 |
|
virtual unsigned int | width () const =0 |
|
virtual unsigned int | height () const =0 |
|
virtual unsigned int | borderWidth () const =0 |
|
virtual bool | active () |
|
void | setType (Type type) |
|
Type | type () const |
Detailed Description
An item in the toolbar that has either fixed or realive size to the toolbar.
Definition at line 29 of file ToolbarItem.hh.
Member Enumeration Documentation
|
|
size type in the toolbar
- Enumeration values:
-
| FIXED |
the size can not be changed |
| RELATIVE |
the size can be changed |
Definition at line 32 of file ToolbarItem.hh.
|
The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|