2001-07-25 Michael Natterer <mitch@gimp.org> * gtkrc * gtkrc_user: updated for gtk+ 2.0, added a "gimp-" prefix to all global GIMP styles. * app/app_procs.c: typo. * app/user_install.c * app/gui/resolution-calibrate-dialog.[ch]: use GtkRcStyle along with gtk_widget_get_modifier_style()/gtk_widget_modify_style() as recommended instead of messing with the widgets' styles directly. * app/core/gimpdatalist.[ch] * app/core/gimpparasitelist.[ch] * app/core/gimpundo.[ch] * app/core/gimpundostack.[ch]: GObject porting stuff.
40 lines
656 B
Text
40 lines
656 B
Text
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
|
#
|
|
# include "rc-file"
|
|
#
|
|
# style <name> [= <name>]
|
|
# {
|
|
# <option>
|
|
# }
|
|
#
|
|
# widget <widget_set> style <style_name>
|
|
# widget_class <widget_class_set> style <style_name>
|
|
|
|
|
|
style "gimp-global-style"
|
|
{
|
|
GtkDialog::content_area_border = 0
|
|
GtkDialog::action_area_border = 4
|
|
# GtkSpinButton::shadow_type = none
|
|
|
|
font_name = "sans 11"
|
|
}
|
|
|
|
class "GtkWidget" style "gimp-global-style"
|
|
|
|
|
|
style "gimp-ruler"
|
|
{
|
|
font_name = "sans 8"
|
|
}
|
|
|
|
class "*Ruler*" style "gimp-ruler"
|
|
|
|
|
|
style "gimp-tooltips"
|
|
{
|
|
fg[NORMAL] = { 0.0, 0.0, 0.0 }
|
|
bg[NORMAL] = { 0.94, 0.90, 0.54 }
|
|
}
|
|
|
|
widget "gtk-tooltips" style "gimp-tooltips"
|