Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXToolbarButton Class Reference

This class is a drop in replacement for FXButton, with the ablity to toggle text hiding when needed, such is the case for toolbar buttons, and can post a FXPopup (and derived classes) when the drop button is pressed. More...

#include <FXToolbarButton.h>

Inheritance diagram for FXEX::FXToolbarButton::

FXHorizontalFrame List of all members.

Detailed Description

This class is a drop in replacement for FXButton, with the ablity to toggle text hiding when needed, such is the case for toolbar buttons, and can post a FXPopup (and derived classes) when the drop button is pressed.

Bugs: since FXButton::setText(...) is not virtual, there _may be_ a problem here that the FXToolbarButton will get out of sync with the FXButton state. We need to be able to overload getText/setText.

Definition at line 40 of file FXToolbarButton.h.