![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXShutter.h>
Inheritance diagram for FXShutter:
Public Types | |
enum | { ID_SHUTTER_TIMEOUT = FXVerticalFrame::ID_LAST, ID_OPEN_SHUTTERITEM, ID_OPEN_FIRST, ID_OPEN_LAST = ID_OPEN_FIRST+1000, ID_LAST } |
Public Methods | |
FXShutter (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, 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. | |
virtual void | setCurrent (FXint panel) |
Set the currently displayed item (panel = 0, 1, 2, ..., npanels-1). | |
FXint | getCurrent () const |
Return the index of the currently displayed item. | |
virtual | ~FXShutter () |
Destructor. | |
Friends | |
class | FXShutterItem |