|
LMMS
|
Functions | |
| void | display_background (GtkWidget *widget, cairo_t *c, int x, int y, int sx, int sy, int ox, int oy, float radius, float bevel, float brightness, int shadow, float lights, float dull) |
| void | draw_rect (GtkWidget *widget, const gchar *type, GtkStateType *state, gint x, gint y, gint width, gint height, float rad, float bevel) |
| void | _draw_inset (cairo_t *cr, gint x, gint y, gint width, gint height, float rad, gint depth) |
| void | draw_inset (GtkWidget *widget, gint x, gint y, gint width, gint height, float rad, gint depth) |
| void | _draw_glass (cairo_t *cr, gint x, gint y, gint width, gint height, float rad) |
| void | draw_glass (GtkWidget *widget, gint x, gint y, gint width, gint height, float rad) |
| void | get_bg_color (GtkWidget *widget, GtkStateType *state, float *r, float *g, float *b) |
| void | get_fg_color (GtkWidget *widget, GtkStateType *state, float *r, float *g, float *b) |
| void | get_base_color (GtkWidget *widget, GtkStateType *state, float *r, float *g, float *b) |
| void | get_text_color (GtkWidget *widget, GtkStateType *state, float *r, float *g, float *b) |
| void | get_color (GtkWidget *widget, const gchar *type, GtkStateType *state, float *r, float *g, float *b) |
| void | clip_context (GtkWidget *widget, cairo_t *cr, GdkRegion *region) |
| void | create_rectangle (cairo_t *cr, gint x, gint y, gint width, gint height, float rad) |
| void | draw_bevel (cairo_t *cr, gint x, gint y, gint width, gint height, float rad, float bevel) |
| void _draw_glass | ( | cairo_t * | cr, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad ) |
| void _draw_inset | ( | cairo_t * | cr, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad, | ||
| gint | depth ) |
| void clip_context | ( | GtkWidget * | widget, |
| cairo_t * | cr, | ||
| GdkRegion * | region ) |
| void create_rectangle | ( | cairo_t * | cr, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad ) |
| void display_background | ( | GtkWidget * | widget, |
| cairo_t * | c, | ||
| int | x, | ||
| int | y, | ||
| int | sx, | ||
| int | sy, | ||
| int | ox, | ||
| int | oy, | ||
| float | radius, | ||
| float | bevel, | ||
| float | brightness, | ||
| int | shadow, | ||
| float | lights, | ||
| float | dull ) |
| void draw_bevel | ( | cairo_t * | cr, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad, | ||
| float | bevel ) |
| void draw_glass | ( | GtkWidget * | widget, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad ) |
| void draw_inset | ( | GtkWidget * | widget, |
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad, | ||
| gint | depth ) |
| void draw_rect | ( | GtkWidget * | widget, |
| const gchar * | type, | ||
| GtkStateType * | state, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| float | rad, | ||
| float | bevel ) |
| void get_base_color | ( | GtkWidget * | widget, |
| GtkStateType * | state, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b ) |
| void get_bg_color | ( | GtkWidget * | widget, |
| GtkStateType * | state, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b ) |
| void get_color | ( | GtkWidget * | widget, |
| const gchar * | type, | ||
| GtkStateType * | state, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b ) |
| void get_fg_color | ( | GtkWidget * | widget, |
| GtkStateType * | state, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b ) |
| void get_text_color | ( | GtkWidget * | widget, |
| GtkStateType * | state, | ||
| float * | r, | ||
| float * | g, | ||
| float * | b ) |