|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Classes | |
| struct | _GtkStyle |
| struct | _GtkStyleClass |
| struct | _GtkBorder |
Macros | |
| #define | GTK_TYPE_STYLE (gtk_style_get_type ()) |
| #define | GTK_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_STYLE, GtkStyle)) |
| #define | GTK_STYLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_STYLE, GtkStyleClass)) |
| #define | GTK_IS_STYLE(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GTK_TYPE_STYLE)) |
| #define | GTK_IS_STYLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_STYLE)) |
| #define | GTK_STYLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STYLE, GtkStyleClass)) |
| #define | GTK_TYPE_BORDER (gtk_border_get_type ()) |
| #define | GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)->attach_count > 0) |
| #define | gtk_style_apply_default_pixmap(s, gw, st, a, x, y, w, h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h) |
Typedefs | |
| typedef struct _GtkBorder | GtkBorder |
| typedef struct _GtkStyle | GtkStyle |
| typedef struct _GtkStyleClass | GtkStyleClass |
| typedef struct _GtkThemeEngine | GtkThemeEngine |
| typedef struct _GtkRcStyle | GtkRcStyle |
| typedef struct _GtkIconSet | GtkIconSet |
| typedef struct _GtkIconSource | GtkIconSource |
| typedef struct _GtkRcProperty | GtkRcProperty |
| typedef struct _GtkSettings | GtkSettings |
| typedef gboolean(* | GtkRcPropertyParser) (const GParamSpec *pspec, const GString *rc_string, GValue *property_value) |
| typedef struct _GtkWidget | GtkWidget |
Functions | |
| GType | gtk_style_get_type (void) G_GNUC_CONST |
| GtkStyle * | gtk_style_new (void) |
| GtkStyle * | gtk_style_copy (GtkStyle *style) |
| GtkStyle * | gtk_style_attach (GtkStyle *style, GdkWindow *window) G_GNUC_WARN_UNUSED_RESULT |
| void | gtk_style_detach (GtkStyle *style) |
| GtkStyle * | gtk_style_ref (GtkStyle *style) |
| void | gtk_style_unref (GtkStyle *style) |
| GdkFont * | gtk_style_get_font (GtkStyle *style) |
| void | gtk_style_set_font (GtkStyle *style, GdkFont *font) |
| void | gtk_style_set_background (GtkStyle *style, GdkWindow *window, GtkStateType state_type) |
| void | gtk_style_apply_default_background (GtkStyle *style, GdkWindow *window, gboolean set_bg, GtkStateType state_type, const GdkRectangle *area, gint x, gint y, gint width, gint height) |
| GtkIconSet * | gtk_style_lookup_icon_set (GtkStyle *style, const gchar *stock_id) |
| gboolean | gtk_style_lookup_color (GtkStyle *style, const gchar *color_name, GdkColor *color) |
| GdkPixbuf * | gtk_style_render_icon (GtkStyle *style, const GtkIconSource *source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget *widget, const gchar *detail) |
| void | gtk_draw_hline (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gint x1, gint x2, gint y) |
| void | gtk_draw_vline (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gint y1_, gint y2_, gint x) |
| void | gtk_draw_shadow (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_polygon (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, GdkPoint *points, gint npoints, gboolean fill) |
| void | gtk_draw_arrow (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, GtkArrowType arrow_type, gboolean fill, gint x, gint y, gint width, gint height) |
| void | gtk_draw_diamond (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_box (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_flat_box (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_check (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_option (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_tab (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height) |
| void | gtk_draw_shadow_gap (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) |
| void | gtk_draw_box_gap (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) |
| void | gtk_draw_extension (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height, GtkPositionType gap_side) |
| void | gtk_draw_focus (GtkStyle *style, GdkWindow *window, gint x, gint y, gint width, gint height) |
| void | gtk_draw_slider (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height, GtkOrientation orientation) |
| void | gtk_draw_handle (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, gint x, gint y, gint width, gint height, GtkOrientation orientation) |
| void | gtk_draw_expander (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gint x, gint y, GtkExpanderStyle expander_style) |
| void | gtk_draw_layout (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gboolean use_text, gint x, gint y, PangoLayout *layout) |
| void | gtk_draw_resize_grip (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GdkWindowEdge edge, gint x, gint y, gint width, gint height) |
| void | gtk_paint_hline (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x1, gint x2, gint y) |
| void | gtk_paint_vline (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint y1_, gint y2_, gint x) |
| void | gtk_paint_shadow (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_polygon (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, const GdkPoint *points, gint n_points, gboolean fill) |
| void | gtk_paint_arrow (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, GtkArrowType arrow_type, gboolean fill, gint x, gint y, gint width, gint height) |
| void | gtk_paint_diamond (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_box (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_flat_box (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_check (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_option (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_tab (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_shadow_gap (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) |
| void | gtk_paint_box_gap (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) |
| void | gtk_paint_extension (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side) |
| void | gtk_paint_focus (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height) |
| void | gtk_paint_slider (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) |
| void | gtk_paint_handle (GtkStyle *style, GdkWindow *window, GtkStateType state_type, GtkShadowType shadow_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) |
| void | gtk_paint_expander (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, GtkExpanderStyle expander_style) |
| void | gtk_paint_layout (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gboolean use_text, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, PangoLayout *layout) |
| void | gtk_paint_resize_grip (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, GdkWindowEdge edge, gint x, gint y, gint width, gint height) |
| void | gtk_paint_spinner (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, guint step, gint x, gint y, gint width, gint height) |
| GType | gtk_border_get_type (void) G_GNUC_CONST |
| GtkBorder * | gtk_border_new (void) G_GNUC_MALLOC |
| GtkBorder * | gtk_border_copy (const GtkBorder *border_) |
| void | gtk_border_free (GtkBorder *border_) |
| void | gtk_style_get_style_property (GtkStyle *style, GType widget_type, const gchar *property_name, GValue *value) |
| void | gtk_style_get_valist (GtkStyle *style, GType widget_type, const gchar *first_property_name, va_list var_args) |
| void | gtk_style_get (GtkStyle *style, GType widget_type, const gchar *first_property_name,...) G_GNUC_NULL_TERMINATED |
| const GValue * | _gtk_style_peek_property_value (GtkStyle *style, GType widget_type, GParamSpec *pspec, GtkRcPropertyParser parser) |
| void | _gtk_style_init_for_settings (GtkStyle *style, GtkSettings *settings) |
| void | _gtk_style_shade (const GdkColor *a, GdkColor *b, gdouble k) |
| void | gtk_draw_string (GtkStyle *style, GdkWindow *window, GtkStateType state_type, gint x, gint y, const gchar *string) |
| void | gtk_paint_string (GtkStyle *style, GdkWindow *window, GtkStateType state_type, const GdkRectangle *area, GtkWidget *widget, const gchar *detail, gint x, gint y, const gchar *string) |
| void | gtk_draw_insertion_cursor (GtkWidget *widget, GdkDrawable *drawable, const GdkRectangle *area, const GdkRectangle *location, gboolean is_primary, GtkTextDirection direction, gboolean draw_arrow) |
| GdkGC * | _gtk_widget_get_cursor_gc (GtkWidget *widget) |
| void | _gtk_widget_get_cursor_color (GtkWidget *widget, GdkColor *color) |
| #define GTK_IS_STYLE | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GTK_TYPE_STYLE)) |
Definition at line 44 of file gtkstyle.h.
| #define GTK_IS_STYLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_STYLE)) |
Definition at line 45 of file gtkstyle.h.
| #define GTK_STYLE | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_STYLE, GtkStyle)) |
Definition at line 42 of file gtkstyle.h.
| #define gtk_style_apply_default_pixmap | ( | s, | |
| gw, | |||
| st, | |||
| a, | |||
| x, | |||
| y, | |||
| w, | |||
| h | |||
| ) | gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h) |
Definition at line 914 of file gtkstyle.h.
| #define GTK_STYLE_ATTACHED | ( | style | ) | (GTK_STYLE (style)->attach_count > 0) |
Definition at line 71 of file gtkstyle.h.
| #define GTK_STYLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_STYLE, GtkStyleClass)) |
Definition at line 43 of file gtkstyle.h.
| #define GTK_STYLE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STYLE, GtkStyleClass)) |
Definition at line 46 of file gtkstyle.h.
| #define GTK_TYPE_BORDER (gtk_border_get_type ()) |
Definition at line 48 of file gtkstyle.h.
| #define GTK_TYPE_STYLE (gtk_style_get_type ()) |
Definition at line 41 of file gtkstyle.h.
| typedef struct _GtkBorder GtkBorder |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkIconSet GtkIconSet |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkIconSource GtkIconSource |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkRcProperty GtkRcProperty |
Definition at line 39 of file gtkstyle.h.
| typedef gboolean(* GtkRcPropertyParser) (const GParamSpec *pspec, const GString *rc_string, GValue *property_value) |
Definition at line 62 of file gtkstyle.h.
| typedef struct _GtkRcStyle GtkRcStyle |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkSettings GtkSettings |
Definition at line 39 of file gtkstyle.h.
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkStyleClass GtkStyleClass |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkThemeEngine GtkThemeEngine |
Definition at line 39 of file gtkstyle.h.
| typedef struct _GtkWidget GtkWidget |
Definition at line 62 of file gtkstyle.h.
| void _gtk_style_init_for_settings | ( | GtkStyle * | style, |
| GtkSettings * | settings | ||
| ) |
| const GValue* _gtk_style_peek_property_value | ( | GtkStyle * | style, |
| GType | widget_type, | ||
| GParamSpec * | pspec, | ||
| GtkRcPropertyParser | parser | ||
| ) |
| void gtk_border_free | ( | GtkBorder * | border_ | ) |
| GType gtk_border_get_type | ( | void | ) |
| GtkBorder* gtk_border_new | ( | void | ) |
| void gtk_draw_arrow | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| GtkArrowType | arrow_type, | ||
| gboolean | fill, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_box | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_box_gap | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side, | ||
| gint | gap_x, | ||
| gint | gap_width | ||
| ) |
| void gtk_draw_check | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_diamond | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_expander | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gint | x, | ||
| gint | y, | ||
| GtkExpanderStyle | expander_style | ||
| ) |
| void gtk_draw_extension | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side | ||
| ) |
| void gtk_draw_flat_box | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_focus | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_handle | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkOrientation | orientation | ||
| ) |
| void gtk_draw_hline | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gint | x1, | ||
| gint | x2, | ||
| gint | y | ||
| ) |
| void gtk_draw_insertion_cursor | ( | GtkWidget * | widget, |
| GdkDrawable * | drawable, | ||
| const GdkRectangle * | area, | ||
| const GdkRectangle * | location, | ||
| gboolean | is_primary, | ||
| GtkTextDirection | direction, | ||
| gboolean | draw_arrow | ||
| ) |
| void gtk_draw_layout | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gboolean | use_text, | ||
| gint | x, | ||
| gint | y, | ||
| PangoLayout * | layout | ||
| ) |
| void gtk_draw_option | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_polygon | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| GdkPoint * | points, | ||
| gint | npoints, | ||
| gboolean | fill | ||
| ) |
| void gtk_draw_resize_grip | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GdkWindowEdge | edge, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_shadow | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_shadow_gap | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side, | ||
| gint | gap_x, | ||
| gint | gap_width | ||
| ) |
| void gtk_draw_slider | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkOrientation | orientation | ||
| ) |
| void gtk_draw_string | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gint | x, | ||
| gint | y, | ||
| const gchar * | string | ||
| ) |
| void gtk_draw_tab | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_draw_vline | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gint | y1_, | ||
| gint | y2_, | ||
| gint | x | ||
| ) |
| void gtk_paint_arrow | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| GtkArrowType | arrow_type, | ||
| gboolean | fill, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_box | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_box_gap | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side, | ||
| gint | gap_x, | ||
| gint | gap_width | ||
| ) |
| void gtk_paint_check | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_diamond | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_expander | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| GtkExpanderStyle | expander_style | ||
| ) |
| void gtk_paint_extension | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side | ||
| ) |
| void gtk_paint_flat_box | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_focus | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_handle | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkOrientation | orientation | ||
| ) |
| void gtk_paint_hline | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x1, | ||
| gint | x2, | ||
| gint | y | ||
| ) |
| void gtk_paint_layout | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| gboolean | use_text, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| PangoLayout * | layout | ||
| ) |
| void gtk_paint_option | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_polygon | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| const GdkPoint * | points, | ||
| gint | n_points, | ||
| gboolean | fill | ||
| ) |
| void gtk_paint_resize_grip | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| GdkWindowEdge | edge, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_shadow | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_shadow_gap | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkPositionType | gap_side, | ||
| gint | gap_x, | ||
| gint | gap_width | ||
| ) |
| void gtk_paint_slider | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height, | ||
| GtkOrientation | orientation | ||
| ) |
| void gtk_paint_spinner | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| guint | step, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_string | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| const gchar * | string | ||
| ) |
| void gtk_paint_tab | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| GtkShadowType | shadow_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_paint_vline | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail, | ||
| gint | y1_, | ||
| gint | y2_, | ||
| gint | x | ||
| ) |
| void gtk_style_apply_default_background | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| gboolean | set_bg, | ||
| GtkStateType | state_type, | ||
| const GdkRectangle * | area, | ||
| gint | x, | ||
| gint | y, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void gtk_style_detach | ( | GtkStyle * | style | ) |
| void gtk_style_get | ( | GtkStyle * | style, |
| GType | widget_type, | ||
| const gchar * | first_property_name, | ||
| ... | |||
| ) |
| void gtk_style_get_style_property | ( | GtkStyle * | style, |
| GType | widget_type, | ||
| const gchar * | property_name, | ||
| GValue * | value | ||
| ) |
| GType gtk_style_get_type | ( | void | ) |
| void gtk_style_get_valist | ( | GtkStyle * | style, |
| GType | widget_type, | ||
| const gchar * | first_property_name, | ||
| va_list | var_args | ||
| ) |
| GtkIconSet* gtk_style_lookup_icon_set | ( | GtkStyle * | style, |
| const gchar * | stock_id | ||
| ) |
| GtkStyle* gtk_style_new | ( | void | ) |
| GdkPixbuf* gtk_style_render_icon | ( | GtkStyle * | style, |
| const GtkIconSource * | source, | ||
| GtkTextDirection | direction, | ||
| GtkStateType | state, | ||
| GtkIconSize | size, | ||
| GtkWidget * | widget, | ||
| const gchar * | detail | ||
| ) |
| void gtk_style_set_background | ( | GtkStyle * | style, |
| GdkWindow * | window, | ||
| GtkStateType | state_type | ||
| ) |
| void gtk_style_unref | ( | GtkStyle * | style | ) |