24 #ifndef FXINPUTDIALOG_H
25 #define FXINPUTDIALOG_H
80 void setNumColumns(
FXint num);
98 static FXbool getString(FXString& result,FXWindow* owner,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL);
103 static FXbool getString(FXString& result,FXApp* app,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL);
110 static FXbool getInteger(
FXint& result,FXWindow* owner,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL,
FXint lo=-2147483647,
FXint hi=2147483647);
115 static FXbool getInteger(
FXint& result,FXApp* app,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL,
FXint lo=-2147483647,
FXint hi=2147483647);
122 static FXbool getReal(
FXdouble& result,FXWindow* owner,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL,
FXdouble lo=-1.797693134862315e+308,
FXdouble hi=1.797693134862315e+308);
127 static FXbool getReal(
FXdouble& result,FXApp* app,
const FXString& caption,
const FXString& label,FXIcon* icon=
NULL,
FXdouble lo=-1.797693134862315e+308,
FXdouble hi=1.797693134862315e+308);
FXVec2d lo(const FXVec2d &a, const FXVec2d &b)
Definition: FXVec2d.h:174
DialogBox window.
Definition: FXDialogBox.h:40
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:393
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
Place it under the cursor position.
Definition: FXTopWindow.h:62
double FXdouble
Definition: fxdefs.h:399
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
FXVec2d hi(const FXVec2d &a, const FXVec2d &b)
Definition: FXVec2d.h:175
A text field is a single-line text entry widget.
Definition: FXTextField.h:73
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