mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 10:19:22 +00:00
First great commit for Gtk. It is partially functional now
This commit is contained in:
@@ -23,4 +23,7 @@ class soundsTutorialDialog(widgetUtils.BaseDialog):
|
||||
sizer.Add(listBox)
|
||||
sizer.Add(btnBox)
|
||||
panel.SetSizer(sizer)
|
||||
self.SetClientSize(sizer.CalcMin())
|
||||
self.SetClientSize(sizer.CalcMin())
|
||||
|
||||
def get_selection(self):
|
||||
return self.items.GetSelection()
|
Reference in New Issue
Block a user