Basic frame 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_basic_frame |
| Basic frame control struct. More... | |
Functions | |
| struct win_window * | wtk_basic_frame_as_child (struct wtk_basic_frame *basic_frame) |
| Get reference to basic frame window. | |
| void * | wtk_basic_frame_get_custom_data (const struct wtk_basic_frame *basic_frame) |
| Get basic frame custom data. | |
| static bool | wtk_basic_frame_handler (struct win_window *win, enum win_event_type type, const void *data) |
| Basic frame event handler. | |
| struct wtk_basic_frame * | wtk_basic_frame_create (struct win_window *parent, const struct win_area *area, struct gfx_bitmap *background, wtk_basic_frame_draw_handler_t draw_handler, wtk_basic_frame_command_handler_t frame_handler, void *custom_data) |
| Create basic frame widget. | |
Basic frame widget implementation.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file wtk_basic_frame.c.
1.6.3