dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
FilePathPanelItem
dlangui
dialogs
filedlg
Undocumented in source.
class
FilePathPanelItem :
HorizontalLayout
{
protected
string
_path
;
protected
TextWidget
_text
;
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