|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtkstyle.h>Go to the source code of this file.
Classes | |
| struct | _GtkRcStyle |
| struct | _GtkRcStyleClass |
| struct | _GtkRcProperty |
Macros | |
| #define | GTK_TYPE_RC_STYLE (gtk_rc_style_get_type ()) |
| #define | GTK_RC_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_RC_STYLE, GtkRcStyle)) |
| #define | GTK_RC_STYLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RC_STYLE, GtkRcStyleClass)) |
| #define | GTK_IS_RC_STYLE(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GTK_TYPE_RC_STYLE)) |
| #define | GTK_IS_RC_STYLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RC_STYLE)) |
| #define | GTK_RC_STYLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RC_STYLE, GtkRcStyleClass)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _GtkIconFactory | GtkIconFactory |
| typedef struct _GtkRcContext | GtkRcContext |
| typedef struct _GtkRcStyleClass | GtkRcStyleClass |
Functions | |
| void | _gtk_rc_init (void) |
| GSList * | _gtk_rc_parse_widget_class_path (const gchar *pattern) |
| void | _gtk_rc_free_widget_class_path (GSList *list) |
| gboolean | _gtk_rc_match_widget_class (GSList *list, gint length, gchar *path, gchar *path_reversed) |
| GtkStyle * | gtk_rc_get_style (GtkWidget *widget) |
| GtkStyle * | gtk_rc_get_style_by_paths (GtkSettings *settings, const char *widget_path, const char *class_path, GType type) |
| gboolean | gtk_rc_reparse_all_for_settings (GtkSettings *settings, gboolean force_load) |
| void | gtk_rc_reset_styles (GtkSettings *settings) |
| gchar * | gtk_rc_find_pixmap_in_path (GtkSettings *settings, GScanner *scanner, const gchar *pixmap_file) |
| void | gtk_rc_parse (const gchar *filename) |
| void | gtk_rc_parse_string (const gchar *rc_string) |
| gboolean | gtk_rc_reparse_all (void) |
| void | gtk_rc_add_widget_name_style (GtkRcStyle *rc_style, const gchar *pattern) |
| void | gtk_rc_add_widget_class_style (GtkRcStyle *rc_style, const gchar *pattern) |
| void | gtk_rc_add_class_style (GtkRcStyle *rc_style, const gchar *pattern) |
| GType | gtk_rc_style_get_type (void) G_GNUC_CONST |
| GtkRcStyle * | gtk_rc_style_new (void) |
| GtkRcStyle * | gtk_rc_style_copy (GtkRcStyle *orig) |
| void | gtk_rc_style_ref (GtkRcStyle *rc_style) |
| void | gtk_rc_style_unref (GtkRcStyle *rc_style) |
| gchar * | gtk_rc_find_module_in_path (const gchar *module_file) |
| gchar * | gtk_rc_get_module_dir (void) |
| gchar * | gtk_rc_get_im_module_path (void) |
| gchar * | gtk_rc_get_im_module_file (void) |
| GScanner * | gtk_rc_scanner_new (void) |
| guint | gtk_rc_parse_color (GScanner *scanner, GdkColor *color) |
| guint | gtk_rc_parse_color_full (GScanner *scanner, GtkRcStyle *style, GdkColor *color) |
| guint | gtk_rc_parse_state (GScanner *scanner, GtkStateType *state) |
| guint | gtk_rc_parse_priority (GScanner *scanner, GtkPathPriorityType *priority) |
| const GtkRcProperty * | _gtk_rc_style_lookup_rc_property (GtkRcStyle *rc_style, GQuark type_name, GQuark property_name) |
| void | _gtk_rc_style_set_rc_property (GtkRcStyle *rc_style, GtkRcProperty *property) |
| void | _gtk_rc_style_unset_rc_property (GtkRcStyle *rc_style, GQuark type_name, GQuark property_name) |
| GSList * | _gtk_rc_style_get_color_hashes (GtkRcStyle *rc_style) |
| const gchar * | _gtk_rc_context_get_default_font_name (GtkSettings *settings) |
| void | _gtk_rc_context_destroy (GtkSettings *settings) |
| #define GTK_IS_RC_STYLE | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GTK_TYPE_RC_STYLE)) |
| #define GTK_IS_RC_STYLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RC_STYLE)) |
| #define GTK_RC_STYLE | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_RC_STYLE, GtkRcStyle)) |
| #define GTK_RC_STYLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RC_STYLE, GtkRcStyleClass)) |
| #define GTK_RC_STYLE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RC_STYLE, GtkRcStyleClass)) |
| #define GTK_TYPE_RC_STYLE (gtk_rc_style_get_type ()) |
| typedef typedefG_BEGIN_DECLS struct _GtkIconFactory GtkIconFactory |
| typedef struct _GtkRcContext GtkRcContext |
| typedef struct _GtkRcStyleClass GtkRcStyleClass |
| enum GtkRcFlags |
| enum GtkRcTokenType |
| void _gtk_rc_context_destroy | ( | GtkSettings * | settings | ) |
| const gchar* _gtk_rc_context_get_default_font_name | ( | GtkSettings * | settings | ) |
| void _gtk_rc_free_widget_class_path | ( | GSList * | list | ) |
| void _gtk_rc_init | ( | void | ) |
| gboolean _gtk_rc_match_widget_class | ( | GSList * | list, |
| gint | length, | ||
| gchar * | path, | ||
| gchar * | path_reversed | ||
| ) |
| GSList* _gtk_rc_parse_widget_class_path | ( | const gchar * | pattern | ) |
| GSList* _gtk_rc_style_get_color_hashes | ( | GtkRcStyle * | rc_style | ) |
| const GtkRcProperty* _gtk_rc_style_lookup_rc_property | ( | GtkRcStyle * | rc_style, |
| GQuark | type_name, | ||
| GQuark | property_name | ||
| ) |
| void _gtk_rc_style_set_rc_property | ( | GtkRcStyle * | rc_style, |
| GtkRcProperty * | property | ||
| ) |
| void _gtk_rc_style_unset_rc_property | ( | GtkRcStyle * | rc_style, |
| GQuark | type_name, | ||
| GQuark | property_name | ||
| ) |
| void gtk_rc_add_class_style | ( | GtkRcStyle * | rc_style, |
| const gchar * | pattern | ||
| ) |
| void gtk_rc_add_widget_class_style | ( | GtkRcStyle * | rc_style, |
| const gchar * | pattern | ||
| ) |
| void gtk_rc_add_widget_name_style | ( | GtkRcStyle * | rc_style, |
| const gchar * | pattern | ||
| ) |
| gchar* gtk_rc_find_module_in_path | ( | const gchar * | module_file | ) |
| gchar* gtk_rc_find_pixmap_in_path | ( | GtkSettings * | settings, |
| GScanner * | scanner, | ||
| const gchar * | pixmap_file | ||
| ) |
| gchar* gtk_rc_get_im_module_file | ( | void | ) |
| gchar* gtk_rc_get_im_module_path | ( | void | ) |
| gchar* gtk_rc_get_module_dir | ( | void | ) |
| GtkStyle* gtk_rc_get_style_by_paths | ( | GtkSettings * | settings, |
| const char * | widget_path, | ||
| const char * | class_path, | ||
| GType | type | ||
| ) |
| void gtk_rc_parse | ( | const gchar * | filename | ) |
| guint gtk_rc_parse_color | ( | GScanner * | scanner, |
| GdkColor * | color | ||
| ) |
| guint gtk_rc_parse_color_full | ( | GScanner * | scanner, |
| GtkRcStyle * | style, | ||
| GdkColor * | color | ||
| ) |
| guint gtk_rc_parse_priority | ( | GScanner * | scanner, |
| GtkPathPriorityType * | priority | ||
| ) |
| guint gtk_rc_parse_state | ( | GScanner * | scanner, |
| GtkStateType * | state | ||
| ) |
| void gtk_rc_parse_string | ( | const gchar * | rc_string | ) |
| gboolean gtk_rc_reparse_all | ( | void | ) |
| gboolean gtk_rc_reparse_all_for_settings | ( | GtkSettings * | settings, |
| gboolean | force_load | ||
| ) |
| void gtk_rc_reset_styles | ( | GtkSettings * | settings | ) |
| GScanner* gtk_rc_scanner_new | ( | void | ) |
| GtkRcStyle* gtk_rc_style_copy | ( | GtkRcStyle * | orig | ) |
| GType gtk_rc_style_get_type | ( | void | ) |
| GtkRcStyle* gtk_rc_style_new | ( | void | ) |
| void gtk_rc_style_ref | ( | GtkRcStyle * | rc_style | ) |
| void gtk_rc_style_unref | ( | GtkRcStyle * | rc_style | ) |