#include "xputty.h"
Go to the source code of this file.
Macros | |
#define | XLABEL_H_ |
Functions | |
Widget_t * | add_label (Widget_t *parent, const char *label, int x, int y, int width, int height) |
add_label - add a label to a Widget_t More... | |
add_label - add a label to a Widget_t
*parent | - pointer to the Widget_t request the label |
*label | - Label to show on the button |
x,y,width,height | - the position/geometry to create the label |
Definition at line 26 of file xlabel.c.
References _draw_label(), Widget_t::app, ASPECT, create_widget(), Func_t::expose_callback, Widget_t::func, Resize_t::gravity, Widget_t::label, and Widget_t::scale.