news download themes documentation links










ToolbarItem Class Reference

An item in the toolbar that has either fixed or realive size to the toolbar. More...

#include <ToolbarItem.hh>

Inheritance diagram for ToolbarItem:

GenericTool 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

enum ToolbarItem::Type
 

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.

00032               { 
00033         FIXED,  
00034         RELATIVE 
00035     };


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

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