dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
FindPanel.this
dlangui
widgets
editors
FindPanel
Undocumented in source.
class
FindPanel
this
(
EditBox
editor
,
bool
selectionOnly
,
bool
replace
,
dstring
initialText
= ""d
)
Meta
Source
See Implementation
dlangui
widgets
editors
FindPanel
constructors
this
functions
activate
close
findNext
handleAction
makeSearchFlags
onButtonClick
onCaseSensitiveCheckChange
onFindEditorAction
onFindTextChange
onKeyEvent
replaceAll
replaceOne
setDirection
updateHighlight
properties
replaceMode
searchText
variables
_backDirection
_btnClose
_btnFindNext
_btnFindPrev
_btnReplace
_btnReplaceAll
_btnReplaceAndFind
_cbCaseSensitive
_cbSelection
_cbWholeWords
_edFind
_edReplace
_editor
_replaceMode