libt3widget
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
List of all members | Public Member Functions
t3_widget::expander_group_t Class Reference

A class to group a set of expander widgets such that at most one is expanded at a time. More...

Public Member Functions

void add_expander (expander_t *expander)
 Add an expander to the group.
void collapse (void)
int get_group_height (void)
 T3_WIDGET_SIGNAL (expanded, void, bool)

Detailed Description

A class to group a set of expander widgets such that at most one is expanded at a time.

Member Function Documentation

void t3_widget::expander_group_t::add_expander ( expander_t expander)

Add an expander to the group.