Bug fixes, new tests and demos, new generated source...
Added FileBrowseButton class to the library git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
19
utils/wxPython/demo/FileBrowseButton.py
Normal file
19
utils/wxPython/demo/FileBrowseButton.py
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
from wxPython.wx import *
|
||||
from wxPython.lib.filebrowsebtn import FileBrowseButton
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
def runTest(frame, nb, log):
|
||||
win = wxPanel(nb, -1)
|
||||
fbb = FileBrowseButton(win, -1, wxPoint(20,20), wxSize(350, -1))
|
||||
return win
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
overview = FileBrowseButton.__doc__
|
Reference in New Issue
Block a user