dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
FindPanel
dlangui
widgets
editors
Undocumented in source.
class
FindPanel :
HorizontalLayout
{
protected
EditLine
_edFind
;
protected
EditLine
_edReplace
;
protected
ImageCheckButton
_cbCaseSensitive
;
protected
ImageCheckButton
_cbWholeWords
;
protected
CheckBox
_cbSelection
;
protected
Button
_btnFindNext
;
protected
Button
_btnFindPrev
;
protected
Button
_btnReplace
;
protected
Button
_btnReplaceAll
;
this
(bool selectionOnly, bool replace);
}
Constructors
this
this
(bool selectionOnly, bool replace)
Undocumented in source.
Members
Variables
_btnFindNext
Button
_btnFindNext
;
Undocumented in source.
_btnFindPrev
Button
_btnFindPrev
;
Undocumented in source.
_btnReplace
Button
_btnReplace
;
Undocumented in source.
_btnReplaceAll
Button
_btnReplaceAll
;
Undocumented in source.
_cbCaseSensitive
ImageCheckButton
_cbCaseSensitive
;
Undocumented in source.
_cbSelection
CheckBox
_cbSelection
;
Undocumented in source.
_cbWholeWords
ImageCheckButton
_cbWholeWords
;
Undocumented in source.
_edFind
EditLine
_edFind
;
Undocumented in source.
_edReplace
EditLine
_edReplace
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
editors
classes
EditBox
EditLine
EditWidgetBase
FindPanel
LogWidget
enums
EditorActions
functions
initStandardEditorActions
interfaces
EditableContentChangeListener
EditorActionHandler
ModifiedStateListener
variables
ACTION_EDITOR_APPEND_NEW_LINE
ACTION_EDITOR_DELETE_LINE
ACTION_EDITOR_FIND
ACTION_EDITOR_GOTO_NEXT_BOOKMARK
ACTION_EDITOR_GOTO_PREVIOUS_BOOKMARK
ACTION_EDITOR_INSERT_NEW_LINE
ACTION_EDITOR_PREPEND_NEW_LINE
ACTION_EDITOR_REPLACE
ACTION_EDITOR_SELECT_ALL
ACTION_EDITOR_TOGGLE_BLOCK_COMMENT
ACTION_EDITOR_TOGGLE_BOOKMARK
ACTION_EDITOR_TOGGLE_LINE_COMMENT
ACTION_EDITOR_TOGGLE_REPLACE_MODE
STD_EDITOR_ACTIONS