fuckyUI
Sara Fryzlewicz 2 years ago
parent c6f45ae2d9
commit 43f0f2ad3a

@ -20,15 +20,15 @@ class ServerPanel(wx.Frame):
tb = wx.ToolBar( self, -1) tb = wx.ToolBar( self, -1)
self.ToolBar = tb self.ToolBar = tb
#home/data, settings, profile/logout
#tb.AddTool( wx.ID_ANY, '', wx.Bitmap("IPPigeonLogo.png"))
tb.AddTool(wx.ID_ANY, '',wx.Bitmap("WXPython.png")) tb.AddTool(wx.ID_ANY, '',wx.Bitmap("WXPython.png"))
tb.AddTool(wx.ID_ANY, '',wx.Bitmap("settings.png")) tb.AddTool(wx.ID_ANY, '',wx.Bitmap("settings.png"))
tb.AddTool( wx.ID_ANY, '', wx.Bitmap("profileIMG.png"))
#tb.Bind(wx.EVT_TOOL, self.Onright) #tb.Bind(wx.EVT_TOOL, self.Onright)
#tb.Bind(wx.EVT_COMBOBOX,self.OnCombo) #tb.Bind(wx.EVT_COMBOBOX,self.OnCombo)
#self.combo = wx.ComboBox( tb, 555, value = "Times", choices = ["Papyrus","Times","Comic Sans"]) #self.combo = wx.ComboBox( tb, 555, value = "Times", choices = ["Papyrus","Times","Comic Sans"])
#tb.AddControl(self.combo ) #tb.AddControl(self.combo )
tb.Realize() tb.Realize()
main_sizer.Add(tb) main_sizer.Add(tb)

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Loading…
Cancel
Save