Home
last modified time | relevance | path

Searched refs:InsertTool (Results 1 – 25 of 78) sorted by relevance

1234

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dtoolbar.h78 virtual wxToolBarToolBase* InsertTool( size_t nPos
88 wxToolBarToolBase* InsertTool( size_t nPos
98 return InsertTool( nPos
210 virtual wxToolBarToolBase *InsertTool (size_t nPos, wxToolBarToolBase* pTool) in InsertTool() function
212 return( wxToolBarBase::InsertTool( nPos in InsertTool()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dtoolbar.h78 virtual wxToolBarToolBase* InsertTool( size_t nPos
88 wxToolBarToolBase* InsertTool( size_t nPos
98 return InsertTool( nPos
210 virtual wxToolBarToolBase *InsertTool (size_t nPos, wxToolBarToolBase* pTool) in InsertTool() function
212 return( wxToolBarBase::InsertTool( nPos in InsertTool()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dtbarbase.cpp147 return InsertTool(GetToolsCount(), id, label, bitmap, bmpDisabled, in DoAddTool()
151 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
167 if ( !InsertTool(pos, tool) ) in InsertTool()
179 return InsertTool(GetToolsCount(), tool); in AddTool()
183 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
216 if ( !InsertTool(pos, tool) ) in InsertControl()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dtbarbase.cpp147 return InsertTool(GetToolsCount(), id, label, bitmap, bmpDisabled, in DoAddTool()
151 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
167 if ( !InsertTool(pos, tool) ) in InsertTool()
179 return InsertTool(GetToolsCount(), tool); in AddTool()
183 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
216 if ( !InsertTool(pos, tool) ) in InsertControl()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dtbarbase.cpp147 return InsertTool(GetToolsCount(), id, label, bitmap, bmpDisabled, in DoAddTool()
151 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
167 if ( !InsertTool(pos, tool) ) in InsertTool()
179 return InsertTool(GetToolsCount(), tool); in AddTool()
183 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
216 if ( !InsertTool(pos, tool) ) in InsertControl()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dtbarbase.cpp147 return InsertTool(GetToolsCount(), id, label, bitmap, bmpDisabled, in DoAddTool()
151 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
167 if ( !InsertTool(pos, tool) ) in InsertTool()
179 return InsertTool(GetToolsCount(), tool); in AddTool()
183 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
216 if ( !InsertTool(pos, tool) ) in InsertControl()
/dports/multimedia/dvdstyler/DVDStyler-3.1/wxVillaLib/
H A DVerticalToolbar.cpp52 void wxVerticalToolbar::InsertTool(int pos, int toolId) { in InsertTool() function in wxVerticalToolbar
81 m_toolbar->InsertTool(pos, button.toolId, button.label, btBitmap, wxNullBitmap, button.kind, in InsertVerticalButton()
H A DVerticalToolbar.h49 void InsertTool(int pos, int toolId);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtbarbase.h344 virtual wxToolBarToolBase *InsertTool
358 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
538 wxToolBarToolBase *InsertTool(size_t pos,
547 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
675 if ( !InsertTool(pos, tool) ) in DoInsertNewTool()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtbarbase.h344 virtual wxToolBarToolBase *InsertTool
358 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
533 wxToolBarToolBase *InsertTool(size_t pos,
542 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
670 if ( !InsertTool(pos, tool) ) in DoInsertNewTool()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtbarbase.h344 virtual wxToolBarToolBase *InsertTool
358 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
533 wxToolBarToolBase *InsertTool(size_t pos,
542 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
670 if ( !InsertTool(pos, tool) ) in DoInsertNewTool()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/ribbon/
H A Dtoolbar.h166 virtual wxRibbonToolBarToolBase* InsertTool(
245 virtual wxRibbonToolBarToolBase* InsertTool(
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/ribbon/
H A Dtoolbar.h166 virtual wxRibbonToolBarToolBase* InsertTool(
245 virtual wxRibbonToolBarToolBase* InsertTool(
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/ribbon/
H A Dtoolbar.h166 virtual wxRibbonToolBarToolBase* InsertTool(
245 virtual wxRibbonToolBarToolBase* InsertTool(
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dtbarbase.h303 virtual wxToolBarToolBase *InsertTool
317 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
469 wxToolBarToolBase *InsertTool(size_t pos,
478 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dtbarbase.h303 virtual wxToolBarToolBase *InsertTool
317 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
469 wxToolBarToolBase *InsertTool(size_t pos,
478 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dtbarbase.h303 virtual wxToolBarToolBase *InsertTool
317 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
469 wxToolBarToolBase *InsertTool(size_t pos,
478 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dtbarbase.h303 virtual wxToolBarToolBase *InsertTool
317 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
469 wxToolBarToolBase *InsertTool(size_t pos,
478 return InsertTool(pos, toolid, wxEmptyString, bitmap, bmpDisabled,
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dconfiguretoolsdlg.cpp140 Manager::Get()->GetToolsManager()->InsertTool(sel - 1, &tool); in OnUp()
152 Manager::Get()->GetToolsManager()->InsertTool(sel + 1, &tool); in OnDown()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtbarbase.cpp172 return InsertTool(GetToolsCount(), toolid, label, bitmap, bmpDisabled, in DoAddTool()
176 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
195 return InsertTool(GetToolsCount(), tool); in AddTool()
199 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtbarbase.cpp169 return InsertTool(GetToolsCount(), toolid, label, bitmap, bmpDisabled, in DoAddTool()
173 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
192 return InsertTool(GetToolsCount(), tool); in AddTool()
196 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtbarbase.cpp172 return InsertTool(GetToolsCount(), toolid, label, bitmap, bmpDisabled, in DoAddTool()
176 wxToolBarToolBase *wxToolBarBase::InsertTool(size_t pos, in InsertTool() function in wxToolBarBase
195 return InsertTool(GetToolsCount(), tool); in AddTool()
199 wxToolBarBase::InsertTool(size_t pos, wxToolBarToolBase *tool) in InsertTool() function in wxToolBarBase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dtoolbar.sip381 wxToolBarToolBase * InsertTool(
393InsertTool(pos, toolId, label, bitmap, bmpDisabled=NullBitmap, kind=ITEM_NORMAL, shortHelp=EmptySt…
394 InsertTool(pos, tool) -> ToolBarToolBase
400 wxToolBarToolBase * InsertTool(
929 return self.InsertTool(pos, toolId, '', bitmap, wx.NullBitmap, kind,
931 ToolBar.InsertSimpleTool = wx.deprecated(_ToolBar_InsertSimpleTool, "Use :meth:`InsertTool` instead…
940 return self.InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
942 ToolBar.InsertLabelTool = wx.deprecated(_ToolBar_InsertLabelTool, "Use :meth:`InsertTool` instead.")
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dtoolbar.cpp178 return InsertTool(GetToolCount(), tool_id, bitmap, bitmap_disabled, in AddTool()
192 wxRibbonToolBarToolBase* wxRibbonToolBar::InsertTool( in InsertTool() function in wxRibbonToolBar
199 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, kind, in InsertTool()
209 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertDropdownTool()
219 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertHybridTool()
229 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertToggleTool()
233 wxRibbonToolBarToolBase* wxRibbonToolBar::InsertTool( in InsertTool() function in wxRibbonToolBar
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dtoolbar.cpp181 return InsertTool(GetToolCount(), tool_id, bitmap, bitmap_disabled, in AddTool()
195 wxRibbonToolBarToolBase* wxRibbonToolBar::InsertTool( in InsertTool() function in wxRibbonToolBar
202 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, kind, in InsertTool()
212 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertDropdownTool()
222 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertHybridTool()
232 return InsertTool(pos, tool_id, bitmap, wxNullBitmap, help_string, in InsertToggleTool()
236 wxRibbonToolBarToolBase* wxRibbonToolBar::InsertTool( in InsertTool() function in wxRibbonToolBar

1234