#include "xlabel.h"
Go to the source code of this file.
Macros | |
#define | XLABEL_PRIVATE_H_ |
Functions | |
void | _draw_label (void *w_, void *user_data) |
_draw_label - internal draw the label to the buffer More... | |
#define XLABEL_PRIVATE_H_ |
Definition at line 24 of file xlabel_private.h.
void _draw_label | ( | void * | w_, |
void * | user_data | ||
) |
_draw_label - internal draw the label to the buffer
*w_ | - void pointer to the Widget_t label |
*user_data | - void pointer to attached user_data |
Definition at line 25 of file xlabel_private.c.
References Widget_t::app, Resize_t::ascale, Widget_t::crb, Xputty::dpy, get_color_state(), Widget_t::label, Xputty::normal_font, Widget_t::scale, use_text_color_scheme(), and Widget_t::widget.