mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 14:20:35 +08:00
Little tweaks and fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,9 @@ class TestPanel(wxPanel):
|
||||
self.log = log
|
||||
|
||||
self.elb = wxEditableListBox(self, -1, "List of Stuff",
|
||||
(50,50), (250, 250))
|
||||
(50,50), (250, 250),
|
||||
)
|
||||
#style=wxEL_ALLOW_NEW | wxEL_ALLOW_EDIT | wxEL_ALLOW_DELETE)
|
||||
|
||||
self.elb.SetStrings(["This is a nifty ListBox widget",
|
||||
"that is editable by the user.",
|
||||
|
||||
Reference in New Issue
Block a user