![]() |
libxputty 0.1
|
Go to the source code of this file.
Functions | |
void | _rounded_frame (cairo_t *cr, float x, float y, float w, float h, float lsize) |
void | _draw_frame (void *w_, void *user_data) |
_draw_frame - internal draw the frame to the buffer | |
void _draw_frame | ( | void * | w_, |
void * | user_data | ||
) |
_draw_frame - internal draw the frame to the buffer
*w_ | - void pointer to the Widget_t frame |
*user_data | - void pointer to attached user_data |
Definition at line 39 of file xframe_private.c.
References _rounded_frame(), Widget_t::app, Resize_t::ascale, Widget_t::crb, get_color_state(), Metrics_t::height, Widget_t::image, INSENSITIVE_, Widget_t::label, Xputty::normal_font, os_get_surface_size(), os_get_window_metrics(), Widget_t::scale, use_frame_color_scheme(), use_text_color_scheme(), and Metrics_t::width.
Referenced by add_frame().
void _rounded_frame | ( | cairo_t * | cr, |
float | x, | ||
float | y, | ||
float | w, | ||
float | h, | ||
float | lsize | ||
) |
Definition at line 25 of file xframe_private.c.
Referenced by _draw_frame().