Module: Gtk::RC

Defined in:
ext/gtk2/rbgtkrc.c

Class Method Summary collapse

Class Method Details

.add_default_fileObject



109
110
111
# File 'ext/gtk2/rbgtkrc.c', line 109

static VALUE
rc_add_default_file(self, filename)
VALUE self, filename;

.default_filesObject



117
118
119
# File 'ext/gtk2/rbgtkrc.c', line 117

static VALUE
rc_get_default_files(self)
VALUE self;

.find_module_in_pathObject

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);


155
156
157
# File 'ext/gtk2/rbgtkrc.c', line 155

static VALUE
rc_find_module_in_path(self, module_file)
VALUE self, module_file;

.get_styleObject

static VALUE rc_scanner_new(self)

VALUE self;

return BOXED2RVAL(gtk_rc_scanner_new(), GTK_TYPE_GSCANNER);



26
27
28
# File 'ext/gtk2/rbgtkrc.c', line 26

static VALUE
rc_get_style(self, widget)
VALUE self, widget;

.get_style_by_pathsObject



39
40
41
# File 'ext/gtk2/rbgtkrc.c', line 39

static VALUE
rc_get_style_by_paths(argc, argv, self)
int argc;

.im_module_fileObject



182
183
184
# File 'ext/gtk2/rbgtkrc.c', line 182

static VALUE
rc_get_im_module_file(self)
VALUE self;

.im_module_pathObject



175
176
177
# File 'ext/gtk2/rbgtkrc.c', line 175

static VALUE
rc_get_im_module_path(self)
VALUE self;

.module_dirObject

gchar* gtk_rc_find_pixmap_in_path (GtkSettings *settings,

GScanner *scanner,
const gchar *pixmap_file);


168
169
170
# File 'ext/gtk2/rbgtkrc.c', line 168

static VALUE
rc_get_module_dir(self)
VALUE self;

.parseObject



68
69
70
# File 'ext/gtk2/rbgtkrc.c', line 68

static VALUE
rc_parse(self, filename)
VALUE self, filename;

.parse_stringObject



76
77
78
# File 'ext/gtk2/rbgtkrc.c', line 76

static VALUE
rc_parse_string(self, rc_string)
VALUE self, rc_string;

.reparse_allObject



84
85
86
# File 'ext/gtk2/rbgtkrc.c', line 84

static VALUE
rc_reparse_all(self)
VALUE self;

.reparse_all_for_settingsObject



91
92
93
# File 'ext/gtk2/rbgtkrc.c', line 91

static VALUE
rc_reparse_all_for_settings(self, settings, force_load)
VALUE self, settings, force_load;

.reset_stylesObject



100
101
102
# File 'ext/gtk2/rbgtkrc.c', line 100

static VALUE
rc_reset_styles(self, settings)
VALUE self, settings;

.set_default_filesObject



130
131
132
# File 'ext/gtk2/rbgtkrc.c', line 130

static VALUE
rc_set_default_files(self, filenames)
VALUE self, filenames;

.theme_dirObject



189
190
191
# File 'ext/gtk2/rbgtkrc.c', line 189

static VALUE
rc_get_theme_dir(self)
VALUE self;