Image Button Widget Helpers |
Classes | |
struct | image_button_state_descriptor_t |
Typedefs | |
typedef std::vector < image_button_state_descriptor_t > | image_button_state_set_t |
Detailed Description
The following are a collection of algorithms and data structures that assist in the creation of a image_button_t widget. Many of the algorithms specified in the Button Widget Helpers section of the documentation can also be used for image_button_t.
Typedef Documentation
typedef std::vector<image_button_state_descriptor_t> image_button_state_set_t |
This is simply a vector of image button state descriptors. It can be used to ease in the construction of an image_button_t widget.
Definition at line 181 of file button_helper.hpp.