70 FXDriveBox(
FXComposite *p,
FXObject* tgt=
NULL,
FXSelector sel=0,
FXuint opts=
FRAME_SUNKEN|
FRAME_THICK|
LISTBOX_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);
73 virtual void create();
76 virtual void detach();
79 virtual void destroy();
82 virtual void save(
FXStream& store)
const;
97 FXFileDict* getAssociations()
const {
return associations; }
Do not create associations for files.
Definition: FXDriveBox.h:42
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
The List Box is a control to select one of a list of options.
Definition: FXListBox.h:62
FXuchar FXbool
Definition: fxdefs.h:393
Sunken border.
Definition: FXWindow.h:76
Base composite.
Definition: FXComposite.h:35
#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
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
Directory Box.
Definition: FXDriveBox.h:52
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
FXString drive(const FXString &file)
Return the drive letter prefixing this file name (if any).
Normal style.
Definition: FXListBox.h:39
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33