EventGhost
Home
Documentation
Wiki
Forum
Downloads
Navigation
index
modules
|
next
|
previous
|
EventGhost v0.3.7 documentation
»
eg.DirBrowseButton
¶
class
eg.
DirBrowseButton
(
parent
,
id=-1
,
pos=wx.Point(-1
,
-1)
,
size=wx.Size(-1
,
-1)
,
style=524288
,
labelText='Select a directory:'
,
buttonText='Browse'
,
toolTip='Type directory name or browse to select'
,
dialogTitle=''
,
startDirectory='.'
,
changeCallback=None
,
dialogClass=<class 'wx._windows.DirDialog'>
,
newDirectory=False
,
name='dirBrowseButton'
)
¶
A control to allow the user to type in a filename or browse with the standard file dialog to select a directory.
Previous topic
eg.ControlProviderMixin
Next topic
eg.DisplayChoice
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
EventGhost v0.3.7 documentation
»