Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXShutter.h>
Inheritance diagram for FX::FXShutterItem:
Public Types | |
enum | { ID_SHUTTERITEM_BUTTON = FXVerticalFrame::ID_LAST, ID_LAST } |
Public Member Functions | |
FXShutterItem (FXShutter *p, const FXString &text=FXString::null, FXIcon *icon=NULL, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_SPACING, FXint pr=DEFAULT_SPACING, FXint pt=DEFAULT_SPACING, FXint pb=DEFAULT_SPACING, FXint hs=DEFAULT_SPACING, FXint vs=DEFAULT_SPACING) | |
FXButton * | getButton () const |
FXVerticalFrame * | getContent () const |
void | setHelpText (const FXString &text) |
FXString | getHelpText () const |
void | setTipText (const FXString &text) |
FXString | getTipText () const |
virtual | ~FXShutterItem () |
Friends | |
class | FXShutter |
It can contain other user interface widgets which can be added under the content widget. The content widget is itself embedded in a scroll window to allow unlimited room for all the contents.
|
|
|
Constructor.
|
|
Destructor.
|
|
Return a pointer to the button for this item.
|
|
Return a pointer to the contents for this item.
|
|
Set the status line help text for this item.
|
|
Get the status line help text for this item.
|
|
Set the tool tip message for this item.
|
|
Get the tool tip message for this item.
|
|
|
Copyright © 1997-2005 Jeroen van der Zijp |