Lines Matching full:toolbar
927 """ Creates the toolbar """ 928 toolbar = self.CreateToolBar() 929 toolbar.SetToolBitmapSize((32,32)) 933 toolbar.AddSeparator() 937 self.toolItems[eachTool[0]] = toolbar.AddLabelTool(-1, label=eachTool[0], 941 toolbar.Realize()