EventGhost
Home
Documentation
Wiki
Forum
Downloads
Navigation
index
modules
|
next
|
previous
|
EventGhost v0.3.7 documentation
»
eg.FileBrowseButton
¶
class
eg.
FileBrowseButton
(
parent
,
id=-1
,
pos=wx.Point(-1
,
-1)
,
size=wx.Size(-1
,
-1)
,
style=524288
,
labelText='File Entry:'
,
buttonText='Browse'
,
toolTip='Type filename or click browse to choose file'
,
dialogTitle='Choose a file'
,
startDirectory='.'
,
initialValue=''
,
fileMask='*.*'
,
fileMode=1
,
changeCallback=<function <lambda> at 0x04E78630>
,
labelWidth=0
,
name='fileBrowseButton'
)
¶
A control to allow the user to type in a filename or browse with the standard file dialog to select a file.
Previous topic
eg.EventGhostEvent
Next topic
eg.FontSelectButton
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
»