dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
FilePathPanelItem
dlangui
dialogs
filedlg
Undocumented in source.
class
FilePathPanelItem :
HorizontalLayout
{
protected protected
string
_path
;
protected protected
TextWidget
_text
;
protected protected
ImageButton
_button
;
Listener
!
OnPathSelectionHandler
onPathSelectionListener
;
this
(string path);
}
Constructors
this
this
(string path)
Undocumented in source.
Members
Variables
_button
ImageButton
_button
;
Undocumented in source.
_path
string
_path
;
Undocumented in source.
_text
TextWidget
_text
;
Undocumented in source.
onPathSelectionListener
Listener
!
OnPathSelectionHandler
onPathSelectionListener
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
dialogs
filedlg
classes
DirEditLine
FileDialog
FileNameEditLine
FilePathPanel
FilePathPanelButtons
FilePathPanelItem
enums
FileDialogActions
FileDialogFlag
FileListSortOrder
interfaces
OnPathSelectionHandler
PathSelectedHandler
structs
FileFilterEntry