mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 14:06:07 -04:00
First great commit for Gtk. It is partially functional now
This commit is contained in:
@@ -128,7 +128,7 @@ class mainFrame(wx.Frame):
|
||||
def insert_buffer(self, buffer, name, pos):
|
||||
self.nb.InsertSubPage(pos, buffer, name)
|
||||
self.buffers[name] = buffer.GetId()
|
||||
|
||||
|
||||
def prepare(self):
|
||||
self.sizer.Add(self.nb, 0, wx.ALL, 5)
|
||||
self.panel.SetSizer(self.sizer)
|
||||
|
Reference in New Issue
Block a user