24 #ifndef FXMENUCOMMAND_H
25 #define FXMENUCOMMAND_H
27 #ifndef FXMENUCAPTION_H
67 virtual FXint getDefaultWidth();
70 virtual FXint getDefaultHeight();
73 virtual bool canFocus()
const;
76 virtual void setFocus();
79 virtual void killFocus();
82 void setAccelText(
const FXString& text);
85 FXString getAccelText()
const {
return accel; }
88 virtual void save(
FXStream& store)
const;
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXHotKey
Definition: fxdefs.h:450
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
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 menu command widget is used to invoke a command in the application from a menu.
Definition: FXMenuCommand.h:40
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
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33