lib/ewl_expansion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
struct | Ewl_Expansion |
Inherits from Ewl_Check and extends it to provide a expanded state. More... | |
Defines | |
#define | EWL_EXPANSION(c) ((Ewl_Expansion *)c) |
#define | EWL_EXPANSION_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_EXPANSION_TYPE)) |
#define | EWL_EXPANSION_TYPE "expansion" |
Typedefs | |
typedef struct Ewl_Expansion | Ewl_Expansion |
Functions | |
void | ewl_expansion_cb_reveal (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_expansion_expandable_set (Ewl_Expansion *c, int expandable) |
Change the expandable status of the expansion. | |
int | ewl_expansion_init (Ewl_Expansion *c) |
Initialize the members and callbacks of a expansion. | |
int | ewl_expansion_is_expandable (Ewl_Expansion *c) |
Determine the expandable state of the expansion. | |
Ewl_Widget * | ewl_expansion_new (void) |
Allocate and initialize a new expansion. |