#include <GToolBar.h>
Inheritance diagram for GToolButton:

Public Member Functions | |
| int | Value () |
| Gets the integer representation of the view's contents. | |
| void | Value (int i) |
| Sets the integer representation of the view's contents. | |
| int | Image () |
| Gets the icon index into the parent GToolBar's image list. | |
| void | Image (int i) |
| Sets the icon index into the parent GToolBar's image list. | |
| void | OnPaint (GSurface *pDC) |
| Called to paint the onscreen representation of the view. | |
| void | OnMouseClick (GMouse &m) |
| The mouse was clicked over this view. | |
| void | OnMouseMove (GMouse &m) |
| The mouse moves over the control. | |
| void | OnMouseEnter (GMouse &m) |
| Mouse moves into the area over the control. | |
| void | OnMouseExit (GMouse &m) |
| Mouse leaves the area over the control. | |
| virtual void | SendNotify (int Flags) |
| Sends a notification to the notify target or the parent chain. | |
Friends | |
| class | GToolBar |
1.4.1