2001-07-25 15:22:55 +00:00
|
|
|
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
|
|
|
#
|
|
|
|
# include "rc-file"
|
|
|
|
#
|
2000-11-07 23:12:03 +00:00
|
|
|
# style <name> [= <name>]
|
|
|
|
# {
|
|
|
|
# <option>
|
|
|
|
# }
|
|
|
|
#
|
2002-03-18 19:34:06 +00:00
|
|
|
# widget <widget_set> style <style_name>
|
|
|
|
# class <widget_class_set> style <style_name>
|
2003-11-16 18:56:41 +00:00
|
|
|
#
|
2001-07-25 15:22:55 +00:00
|
|
|
# You can add your own GIMP-specific GTK styles here.
|
2002-03-18 19:34:06 +00:00
|
|
|
|
|
|
|
|
2003-11-16 18:56:41 +00:00
|
|
|
#
|
2004-09-01 14:01:10 +00:00
|
|
|
# Adjust the size of previews in plug-in dialogs:
|
2004-08-31 21:15:03 +00:00
|
|
|
#
|
|
|
|
style "gimp-large-preview"
|
|
|
|
{
|
2004-09-01 14:01:10 +00:00
|
|
|
GimpPreview::size = 256
|
2004-08-31 21:15:03 +00:00
|
|
|
}
|
|
|
|
|
2004-09-01 14:01:10 +00:00
|
|
|
# class "GimpPreview" style "gimp-large-preview"
|