24 #ifndef FXREPLACEDIALOG_H
25 #define FXREPLACEDIALOG_H
37 class FXHorizontalFrame;
103 void setSearchText(
const FXString& text);
109 void setReplaceText(
const FXString& text);
115 void setSearchMode(
FXuint mode){ searchmode=mode; }
118 FXuint getSearchMode()
const {
return searchmode; }
124 virtual void save(FXStream& store)
const;
127 virtual void load(FXStream& store);
130 virtual ~FXReplaceDialog();
DialogBox window.
Definition: FXDialogBox.h:40
A label widget can be used to place a text and/or icon for explanation purposes.
Definition: FXLabel.h:79
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
#define NULL
Definition: fxdefs.h:41
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from...
Definition: FXHorizontalFrame.h:39
FXString search(const FXString &pathlist, const FXString &file)
Search path list for this file, return full path name for first occurrence.
Place it under the cursor position.
Definition: FXTopWindow.h:62
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 text field is a single-line text entry widget.
Definition: FXTextField.h:73
Text replace dialog.
Definition: FXReplaceDialog.h:41
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Definition: FXDialogBox.h:51
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33