• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/

Lines Matching refs:tool

53 // is popped up when the mouse pointer enters the tool and the long help string
118 wxASSERT_MSG( IsControl(), wxT("this toolbar tool is not a control") );
193 // add tool to/remove it from a toolbar
200 // tool parameters
202 int m_id; // the tool id, wxID_SEPARATOR for separator
212 // tool state
216 // normal and disabled bitmaps for the tool, both can be invalid
273 // add a check tool, i.e. a tool which can be toggled
286 // add a radio tool, i.e. a tool which can be toggled and releases any
301 // insert the new tool at the given position, if pos == GetToolsCount(), it
316 virtual wxToolBarToolBase *AddTool (wxToolBarToolBase *tool);
317 virtual wxToolBarToolBase *InsertTool (size_t pos, wxToolBarToolBase *tool);
334 // remove the tool from the toolbar: the caller is responsible for actually
338 // delete tool either by index or by position
362 // returns tool pos, or wxNOT_FOUND if tool isn't found
365 // return true if the tool is toggled
414 // returns a (non separator) tool containing the point (x, y) or NULL if
415 // there is no tool at this point (corrdinates are client)
419 // find the tool by id
494 // Called when the mouse cursor enters a tool bitmap.
519 // create a new toolbar tool and add it to the toolbar, this is typically
535 // the tool is not yet inserted into m_tools list when this function is
537 virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool) = 0;
539 // the tool is still in m_tools list when this function is called, it will
541 virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool) = 0;
544 virtual void DoEnableTool(wxToolBarToolBase *tool, bool enable) = 0;
546 // called when the tool is toggled
547 virtual void DoToggleTool(wxToolBarToolBase *tool, bool toggle) = 0;
550 virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle) = 0;
575 void UnToggleRadioGroup(wxToolBarToolBase *tool);
580 // the offset of the first tool
588 // the tool packing and separation