Label 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_label |
Functions | |
| struct win_window * | wtk_label_as_child (struct wtk_label *label) |
| bool | wtk_label_change (struct wtk_label *label, const char *caption) |
| Set new caption for label, return false if out of mem. | |
| static bool | wtk_label_handler (struct win_window *win, enum win_event_type type, void const *data) |
| void | wtk_label_size_hint (struct win_point *size, const char *caption) |
| Get minimum widget size. | |
| struct wtk_label * | wtk_label_create (struct win_window *parent, struct win_area const *area, char const *caption, bool align_right) |
Label widget implementation.
Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.
Definition in file wtk_label.c.
1.6.3