#include "xtooltip_private.h"
Go to the source code of this file.
Functions | |
void | _get_width (Widget_t *w) |
_get_width - get the width of a tooltip text and resize the tooltip widget to match the size More... | |
void | _draw_tooltip (void *w_, void *user_data) |
_draw_tooltip - draw tooltip on expose call More... | |
void _draw_tooltip | ( | void * | w_, |
void * | user_data | ||
) |
_draw_tooltip - draw tooltip on expose call
*w_ | - the tooltip to draw |
*user_data | - attached user_data |
show label
Definition at line 32 of file xtooltip_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_bg_color_scheme(), use_text_color_scheme(), and Widget_t::widget.
void _get_width | ( | Widget_t * | w | ) |
_get_width - get the width of a tooltip text and resize the tooltip widget to match the size
*w | - the tooltip Widget_t |
Definition at line 25 of file xtooltip_private.c.
References Widget_t::app, Widget_t::crb, Xputty::dpy, Widget_t::label, max, and Widget_t::widget.