2001-07-25 23:22:55 +08:00
|
|
|
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
|
|
|
#
|
|
|
|
# include "rc-file"
|
|
|
|
#
|
2000-11-08 07:12:03 +08:00
|
|
|
# style <name> [= <name>]
|
|
|
|
# {
|
|
|
|
# <option>
|
|
|
|
# }
|
|
|
|
#
|
2002-03-19 03:34:06 +08:00
|
|
|
# widget <widget_set> style <style_name>
|
|
|
|
# class <widget_class_set> style <style_name>
|
2003-11-17 02:56:41 +08:00
|
|
|
#
|
2001-07-25 23:22:55 +08:00
|
|
|
# You can add your own GIMP-specific GTK styles here.
|
2002-03-19 03:34:06 +08:00
|
|
|
|
|
|
|
|
2003-11-17 02:56:41 +08:00
|
|
|
#
|
2004-09-01 05:15:03 +08:00
|
|
|
# Example keybinding to remap Help to F2:
|
2003-11-17 02:56:41 +08:00
|
|
|
#
|
2003-01-06 23:45:17 +08:00
|
|
|
binding "gimp-help-binding"
|
|
|
|
{
|
|
|
|
bind "F2" { "show-help" (255) }
|
|
|
|
bind "KP_F2" { "show-help" (255) }
|
|
|
|
bind "<shift>F2" { "show-help" (whats-this) }
|
|
|
|
bind "<shift>KP_F2" { "show-help" (whats-this) }
|
|
|
|
bind "<ctrl>F2" { "show-help" (tooltip) }
|
|
|
|
bind "<ctrl>KP_F2" { "show-help" (tooltip) }
|
|
|
|
}
|
|
|
|
|
|
|
|
# class "GtkWidget" binding "gimp-help-binding"
|
2002-03-19 03:34:06 +08:00
|
|
|
|
|
|
|
|
2003-11-17 02:56:41 +08:00
|
|
|
#
|
2004-09-01 22:01:10 +08:00
|
|
|
# Adjust the size of previews in plug-in dialogs:
|
2004-09-01 05:15:03 +08:00
|
|
|
#
|
|
|
|
style "gimp-large-preview"
|
|
|
|
{
|
2004-09-01 22:01:10 +08:00
|
|
|
GimpPreview::size = 256
|
2004-09-01 05:15:03 +08:00
|
|
|
}
|
|
|
|
|
2004-09-01 22:01:10 +08:00
|
|
|
# class "GimpPreview" style "gimp-large-preview"
|
2004-09-01 05:15:03 +08:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Change the dock separator DND highlight color:
|
2003-11-17 02:56:41 +08:00
|
|
|
#
|
2003-03-15 02:37:12 +08:00
|
|
|
style "gimp-red-separator-style"
|
2002-03-19 03:34:06 +08:00
|
|
|
{
|
2003-03-15 02:37:12 +08:00
|
|
|
bg[SELECTED] = "#aa2448"
|
2002-03-19 03:34:06 +08:00
|
|
|
}
|
|
|
|
|
2003-11-17 02:56:41 +08:00
|
|
|
# widget "*gimp-dock-separator*" style "gimp-red-separator-style"
|