lib/ewl_check.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_Check |
Inherits from Ewl_Widget and extends to provide a checked state. More... | |
Defines | |
#define | EWL_CHECK(c) ((Ewl_Check *)c) |
#define | EWL_CHECK_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_CHECK_TYPE)) |
#define | EWL_CHECK_TYPE "check" |
Typedefs | |
typedef struct Ewl_Check | Ewl_Check |
Functions | |
void | ewl_check_cb_clicked (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_check_cb_update_check (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_check_checked_set (Ewl_Check *c, int checked) |
Change the checked status of the check. | |
int | ewl_check_init (Ewl_Check *c) |
Initialize the members and callbacks of a check. | |
int | ewl_check_is_checked (Ewl_Check *c) |
Determine the check state of the check. | |
Ewl_Widget * | ewl_check_new (void) |
Allocate and initialize a new check. |