Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXShutterItem Class Reference

Shutter Control.

#include <FXShutter.h>

Inheritance diagram for FX::FXShutterItem:

FX::FXVerticalFrame FX::FXPacker FX::FXComposite FX::FXWindow FX::FXDrawable FX::FXId FX::FXObject List of all members.

Public Types

enum  {
  ID_SHUTTERITEM_BUTTON = FXVerticalFrame::ID_LAST,
  ID_LAST
}

Public Methods

 FXShutterItem (FXShutter *p, const FXString &text=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)
 Constructor.

FXButtongetButton () const
 Return a pointer to the button for this item.

FXVerticalFramegetContent () const
 Return a pointer to the contents for this item.

void setHelpText (const FXString &text)
 Set the status line help text for this item.

const FXStringgetHelpText () const
 Get the status line help text for this item.

void setTipText (const FXString &text)
 Set the tool tip message for this item.

const FXStringgetTipText () const
 Get the tool tip message for this item.

virtual ~FXShutterItem ()
 Destructor.


Friends

class FXShutter