Check box widget implementation. More...
#include <stdint.h>#include <stdlib.h>#include <assert.h>#include <membag.h>#include <string.h>#include <util.h>#include <gfx/wtk.h>Go to the source code of this file.
Data Structures | |
| struct | wtk_check_box |
|
| |
| enum | wtk_check_box_state { WTK_CHECKBOX_NORMAL, WTK_CHECKBOX_PRESSED } |
| struct win_window * | wtk_check_box_as_child (struct wtk_check_box *check_box) |
| void | wtk_check_box_toggle (struct wtk_check_box *check_box) |
| void | wtk_check_box_set (struct wtk_check_box *check_box, bool selected) |
| bool | wtk_check_box_is_selected (struct wtk_check_box const *check_box) |
| static bool | wtk_check_box_handler (struct win_window *win, enum win_event_type type, void const *data) |
| void | wtk_check_box_size_hint (struct win_point *size, const char *caption) |
| Get minimum widget size. | |
| struct wtk_check_box * | wtk_check_box_create (struct win_window *parent, struct win_area const *area, char const *caption, bool selected, win_command_t command) |
Check box widget implementation.
Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.
Definition in file wtk_check_box.c.
1.6.3