diff --git a/helloWorld.py b/helloWorld.py index ee47cf8..72995b1 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -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() diff --git a/profileIMG.png b/profileIMG.png new file mode 100644 index 0000000..5bfc567 Binary files /dev/null and b/profileIMG.png differ