Radio button 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_radio_group |
| struct | wtk_radio_button |
|
| |
| enum | wtk_radio_button_state { WTK_RADIOBUTTON_NORMAL, WTK_RADIOBUTTON_PRESSED } |
| struct win_window * | wtk_radio_button_as_child (struct wtk_radio_button *radio_button) |
| void | wtk_radio_button_select (struct wtk_radio_button *radio_button) |
| bool | wtk_radio_button_is_selected (struct wtk_radio_button const *radio_button) |
| static bool | wtk_radio_button_handler (struct win_window *win, enum win_event_type type, void const *data) |
| void | wtk_radio_button_size_hint (struct win_point *size, const char *caption) |
| Get minimum widget size. | |
| struct wtk_radio_button * | wtk_radio_button_create (struct win_window *parent, struct win_area const *area, char const *caption, bool selected, struct wtk_radio_group *group, win_command_t command) |
| struct wtk_radio_group * | wtk_radio_group_create (void) |
Radio button widget implementation.
Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.
Definition in file wtk_radio_button.c.
1.6.3