lib/ewl_checkbutton.h File Reference
#include "ewl_button.h"
#include "ewl_view.h"
Include dependency graph for ewl_checkbutton.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Ewl_Checkbutton |
| Inherits from Ewl_Button and expands to provide a stateful check button. More... | |
Defines | |
| #define | EWL_CHECKBUTTON(button) ((Ewl_Checkbutton *) button) |
| #define | EWL_CHECKBUTTON_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_CHECKBUTTON_TYPE)) |
| #define | EWL_CHECKBUTTON_TYPE "checkbutton" |
Typedefs | |
| typedef struct Ewl_Checkbutton | Ewl_Checkbutton |
Functions | |
| void | ewl_checkbutton_cb_clicked (Ewl_Widget *w, void *ev_data, void *user_data) |
| void | ewl_checkbutton_checked_set (Ewl_Checkbutton *cb, int checked) |
| Update the checked state of the check button. | |
| int | ewl_checkbutton_init (Ewl_Checkbutton *cb) |
| Initialize the members and callbacks of a check button. | |
| int | ewl_checkbutton_is_checked (Ewl_Checkbutton *cb) |
| Retrieve the checked state of a check button. | |
| void | ewl_checkbutton_label_position_set (Ewl_Checkbutton *cb, Ewl_Position p) |
| Set the check buttons label position. | |
| Ewl_Widget * | ewl_checkbutton_new (void) |
| Allocate and initialize a new check button. | |