X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/105e45b9d02d7e9ed10923957ae1ce60c037273d..f91cd3896917fc386a1f7ede095c6cdf5fcdf7e6:/utils/wxPython/src/gtk/stattool.py?ds=sidebyside diff --git a/utils/wxPython/src/gtk/stattool.py b/utils/wxPython/src/gtk/stattool.py index 9e8c7ed4ec..6b7a740521 100644 --- a/utils/wxPython/src/gtk/stattool.py +++ b/utils/wxPython/src/gtk/stattool.py @@ -157,18 +157,40 @@ class wxToolBarPtr(wxControlPtr): val = apply(stattoolc.wxToolBar_AddTool,(self.this,arg0,arg1.this,)+args) val = wxToolBarToolPtr(val) return val + def AddSimpleTool(self,arg0,arg1,*args): + val = apply(stattoolc.wxToolBar_AddSimpleTool,(self.this,arg0,arg1.this,)+args) + val = wxToolBarToolPtr(val) + return val def EnableTool(self,arg0,arg1): val = stattoolc.wxToolBar_EnableTool(self.this,arg0,arg1) return val def GetToolEnabled(self,arg0): val = stattoolc.wxToolBar_GetToolEnabled(self.this,arg0) return val + def GetToolLongHelp(self,arg0): + val = stattoolc.wxToolBar_GetToolLongHelp(self.this,arg0) + return val + def GetToolPacking(self): + val = stattoolc.wxToolBar_GetToolPacking(self.this) + return val + def GetToolSeparation(self): + val = stattoolc.wxToolBar_GetToolSeparation(self.this) + return val + def GetToolShortHelp(self,arg0): + val = stattoolc.wxToolBar_GetToolShortHelp(self.this,arg0) + return val def GetToolState(self,arg0): val = stattoolc.wxToolBar_GetToolState(self.this,arg0) return val def Realize(self): val = stattoolc.wxToolBar_Realize(self.this) return val + def SetToolLongHelp(self,arg0,arg1): + val = stattoolc.wxToolBar_SetToolLongHelp(self.this,arg0,arg1) + return val + def SetToolShortHelp(self,arg0,arg1): + val = stattoolc.wxToolBar_SetToolShortHelp(self.this,arg0,arg1) + return val def SetMargins(self,arg0): val = stattoolc.wxToolBar_SetMargins(self.this,arg0.this) return val