fuckyUI
Sara Fryzlewicz 2 years ago
parent c6f45ae2d9
commit 43f0f2ad3a

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Loading…
Cancel
Save