#include "xputty.h"
Go to the source code of this file.
Macros | |
#define | XVALUEDISPLAY_H_ |
Functions | |
Widget_t * | add_valuedisplay (Widget_t *parent, const char *label, int x, int y, int width, int height) |
add_valuedisplay - add a valuedisplay widget to a Widget_t More... | |
#define XVALUEDISPLAY_H_ |
Definition at line 24 of file xvaluedisplay.h.
Widget_t* add_valuedisplay | ( | Widget_t * | parent, |
const char * | label, | ||
int | x, | ||
int | y, | ||
int | width, | ||
int | height | ||
) |
add_valuedisplay - add a valuedisplay widget to a Widget_t
*parent | - pointer to the Widget_t request the valuedisplay |
*label | - Label to show on the valuedisplay |
x,y,width,height | - the position/geometry to create the valuedisplay |
Definition at line 26 of file xvaluedisplay.c.
References _draw_valuedisplay(), add_adjustment(), Widget_t::adj, Widget_t::adj_y, Widget_t::app, CENTER, CL_CONTINUOS, create_widget(), Func_t::enter_callback, Func_t::expose_callback, Widget_t::func, Resize_t::gravity, Widget_t::label, Func_t::leave_callback, Widget_t::scale, and transparent_draw().