27 #ifndef FXTREELISTBOX_H
79 FXDirBox(
FXComposite *p,
FXObject* tgt=
NULL,
FXSelector sel=0,
FXuint opts=
FRAME_SUNKEN|
FRAME_THICK|
TREELISTBOX_NORMAL,
FXint x=0,
FXint y=0,
FXint w=0,
FXint h=0,
FXint pl=
DEFAULT_PAD,
FXint pr=
DEFAULT_PAD,
FXint pt=
DEFAULT_PAD,
FXint pb=
DEFAULT_PAD);
82 virtual void create();
85 virtual void detach();
88 virtual void destroy();
91 virtual void save(
FXStream& store)
const;
106 FXFileDict* getAssociations()
const {
return associations; }
Tree list Item.
Definition: FXTreeList.h:63
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Sunken border.
Definition: FXWindow.h:76
Base composite.
Definition: FXComposite.h:35
Normal style.
Definition: FXTreeListBox.h:39
#define NULL
Definition: fxdefs.h:41
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
The File Association dictionary associates a file extension with a File Association record which cont...
Definition: FXFileDict.h:85
The Tree List Box behaves very much like a List Box, except that it supports a hierarchical, tree structured display of the items.
Definition: FXTreeListBox.h:60
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
A Directory Box widget allows the user to select parts of a file path.
Definition: FXDirBox.h:59
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Thick border.
Definition: FXWindow.h:78
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
Do not create associations for files.
Definition: FXDirBox.h:42
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33