Class Fox::FXReplaceDialog
In: rdoc-sources/FXReplaceDialog.rb
Parent: FXDialogBox

Search and replace dialog box.

Message identifiers

ID_NEXT:x
ID_PREV:x
ID_SEARCH_UP:x
ID_SEARCH_DN:x
ID_REPLACE_UP:x
ID_REPLACE_DN:x
ID_ALL:x
ID_DIR:x
ID_SEARCH_TEXT:x
ID_REPLACE_TEXT:x
ID_MODE:x

Methods

new  

Attributes

replaceText  [RW]  Replacement text [String]
searchMode  [RW]  Search matching mode, one of the following:
DONE:Cancel search
SEARCH:Search first occurrence
REPLACE:Replace first occurrence
SEARCH_NEXT:Search next occurrence
REPLACE_NEXT:Replace next occurrence
REPLACE_ALL:Replace all occurrences
searchText  [RW]  Text or pattern to search for [String]

Public Class methods

Return an initialized FXReplaceDialog instance.

Parameters:

owner:the owner window for this dialog box [FXWindow]
caption:the caption (title) string for this dialog box [String]
ic:the icon [FXIcon]
opts:the options [Integer]
x:initial x-position [Integer]
y:initial y-position [Integer]
width:initial width [Integer]
height:initial height [Integer]

[Validate]