Class | Fox::FXReplaceDialog |
In: |
rdoc-sources/FXReplaceDialog.rb
|
Parent: | FXDialogBox |
Search and replace dialog box.
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 |
replaceText | [RW] | Replacement text [String] | ||||||||||||
searchMode | [RW] |
Search matching mode, one of the following:
|
||||||||||||
searchText | [RW] | Text or pattern to search for [String] |
Return an initialized FXReplaceDialog instance.
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] |