Button widget implementation. More...
#include <stdint.h>#include <stdlib.h>#include <assert.h>#include <membag.h>#include <string.h>#include <gfx/wtk.h>Go to the source code of this file.
Data Structures | |
| struct | wtk_button |
|
| |
| enum | wtk_button_state { WTK_BUTTON_NORMAL, WTK_BUTTON_PRESSED } |
| struct win_window * | wtk_button_as_child (struct wtk_button *button) |
| static bool | wtk_button_handler (struct win_window *win, enum win_event_type type, void const *data) |
| void | wtk_button_size_hint (struct win_point *size, const char *caption) |
| Get minimum widget size. | |
| struct wtk_button * | wtk_button_create (struct win_window *parent, struct win_area const *area, char const *caption, win_command_t command_data) |
Button widget implementation.
Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.
Definition in file wtk_button.c.
1.6.3