Microchip® Advanced Software Framework

wtk_button.h File Reference

Graphical Widget toolkit.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Functions

struct win_windowwtk_button_as_child (struct wtk_button *button)
 This function returns a reference to the window that should be used when managing the widget, such as move, resize, destroy and reparenting. More...
 
struct wtk_buttonwtk_button_create (struct win_window *parent, struct win_area const *area, char const *caption, win_command_t command_data)
 This function creates a new button widget. More...
 
win_command_t wtk_button_get_command (struct wtk_button *button)
 This function returns the window command of the specified button, as set when the widget was created. More...
 
void wtk_button_size_hint (struct win_point *size, const char *caption)
 Get minimum widget size. More...