icons
This commit is contained in:
parent
c6f45ae2d9
commit
43f0f2ad3a
@ -20,15 +20,15 @@ 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()
|
||||
main_sizer.Add(tb)
|
||||
|
BIN
profileIMG.png
Normal file
BIN
profileIMG.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
x
Reference in New Issue
Block a user