lib/ewl_check.c File Reference
#include "ewl_base.h"
#include "ewl_check.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_check.c:

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 *cb, int c) |
Change the checked status of the check. | |
int | ewl_check_init (Ewl_Check *cb) |
Initialize the members and callbacks of a check. | |
int | ewl_check_is_checked (Ewl_Check *cb) |
Determine the check state of the check. | |
Ewl_Widget * | ewl_check_new (void) |
Allocate and initialize a new check. |