1997-11-24 22:37:52 +00:00
|
|
|
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
|
|
|
#
|
1998-05-01 04:23:59 +00:00
|
|
|
# include "rc-file"
|
|
|
|
#
|
1997-11-24 22:37:52 +00:00
|
|
|
# style <name> [= <name>]
|
|
|
|
# {
|
|
|
|
# <option>
|
|
|
|
# }
|
|
|
|
#
|
|
|
|
# widget <widget_set> style <style_name>
|
|
|
|
# widget_class <widget_class_set> style <style_name>
|
|
|
|
|
1998-11-30 10:38:29 +00:00
|
|
|
# testgtkrc2 sets all the buttons in the main window to blue by default
|
|
|
|
include "testgtkrc2"
|
1998-05-01 04:23:59 +00:00
|
|
|
|
1998-11-30 10:38:29 +00:00
|
|
|
pixmap_path "."
|
|
|
|
|
|
|
|
style "defaultfont"
|
|
|
|
{
|
1998-12-17 15:51:15 +00:00
|
|
|
# fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*"
|
|
|
|
font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"
|
1997-11-24 22:37:52 +00:00
|
|
|
}
|
|
|
|
|
1998-11-30 10:38:29 +00:00
|
|
|
# common default
|
1998-11-06 22:05:02 +00:00
|
|
|
class "GtkWidget" style "defaultfont"
|
1998-07-22 22:29:10 +00:00
|
|
|
|
1998-11-30 10:38:29 +00:00
|
|
|
style "window"
|
|
|
|
{
|
1999-01-11 18:49:54 +00:00
|
|
|
# bg_pixmap[NORMAL] = "marble.xpm"
|
1998-11-30 10:38:29 +00:00
|
|
|
}
|
|
|
|
|
1999-01-11 18:49:54 +00:00
|
|
|
style "pix"
|
|
|
|
{
|
|
|
|
# bg_pixmap[NORMAL] = "<parent>" # "marble.xpm" # "test.xpm"
|
|
|
|
}
|
|
|
|
widget_class "*Button*" style "pix"
|
|
|
|
|
1998-11-30 10:38:29 +00:00
|
|
|
style "scale"
|
|
|
|
{
|
|
|
|
fg[NORMAL] = { 1.0, 0, 0 }
|
|
|
|
bg_pixmap[NORMAL] = "<parent>"
|
|
|
|
}
|
|
|
|
|
|
|
|
style "button" = "default"
|
|
|
|
{
|
|
|
|
# fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
|
|
|
# bg[PRELIGHT] = { 0, 0, 0.75 }
|
|
|
|
# bg[PRELIGHT] = { 0.75, 0, 0x00 }
|
|
|
|
}
|
|
|
|
|
|
|
|
style "toggle_button" = "button"
|
|
|
|
{
|
|
|
|
fg[NORMAL] = { 1.0, 0, 0 }
|
|
|
|
fg[ACTIVE] = { 1.0, 0, 0 }
|
|
|
|
bg_pixmap[NORMAL] = "<parent>"
|
|
|
|
}
|
|
|
|
|
|
|
|
style "text"
|
|
|
|
{
|
|
|
|
bg_pixmap[NORMAL] = "marble.xpm"
|
|
|
|
text[NORMAL] = { 1.0, 1.0, 1.0 }
|
|
|
|
fg[NORMAL] = { 1.0, 1.0, 1.0 }
|
|
|
|
base[NORMAL] = { 0.0, 0.0, 0.0 }
|
|
|
|
}
|
|
|
|
|
|
|
|
style "slider"
|
|
|
|
{
|
|
|
|
fg[NORMAL] = { 1.0, 1.0, 1.0 }
|
|
|
|
bg[NORMAL] = { 0.0, 0.0, 1.0 }
|
|
|
|
bg[ACTIVE] = { 0.0 ,0.0, 0.5 }
|
|
|
|
bg[PRELIGHT] = { 0.75 ,0.75, 1.0 }
|
|
|
|
}
|
|
|
|
|
|
|
|
style "ruler"
|
|
|
|
{
|
|
|
|
font = '-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*'
|
|
|
|
}
|
|
|
|
|
|
|
|
style "curve"
|
|
|
|
{
|
|
|
|
fg[NORMAL] = { 58000, 0, 0 } # red
|
|
|
|
}
|
|
|
|
|
|
|
|
style "red-bar"
|
|
|
|
{
|
|
|
|
bg[PRELIGHT] = { 0.95, .55, 0.55 }
|
|
|
|
}
|
|
|
|
|
|
|
|
# override testgtk2, introduce the green color in the button list
|
|
|
|
style 'button_list' = 'button'
|
|
|
|
{
|
|
|
|
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
|
|
|
|
bg[PRELIGHT] = { 0, 0.75, 0x00 }
|
|
|
|
}
|
|
|
|
widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"
|
|
|
|
|
|
|
|
|
|
|
|
class "GtkScrollbar" style "red-bar"
|
|
|
|
|
|
|
|
widget_class "GtkWindow" style "window"
|
|
|
|
widget_class "GtkDialog" style "window"
|
|
|
|
widget_class "GtkFileSelection" style "window"
|
|
|
|
widget_class "*Gtk*Scale" style "scale"
|
|
|
|
widget_class "*GtkCheckButton*" style "toggle_button"
|
|
|
|
widget_class "*GtkRadioButton*" style "toggle_button"
|
|
|
|
widget_class "*GtkButton*" style "button"
|
|
|
|
widget_class "*Ruler" style "ruler"
|
|
|
|
widget_class "*GtkText" style "text"
|
|
|
|
widget "*GtkCurve" style "curve"
|
|
|
|
|
1998-07-22 22:29:10 +00:00
|
|
|
binding "test1"
|
|
|
|
{
|
|
|
|
bind "<ctrl>1" {
|
1998-11-30 10:38:29 +00:00
|
|
|
"debug-msg" ("jup!")
|
1998-07-22 22:29:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
binding "test2"
|
|
|
|
{
|
|
|
|
bind "<ctrl>1" {
|
1998-11-30 10:38:29 +00:00
|
|
|
"debug-msg" ("hallo and")
|
|
|
|
"debug-msg" ("huhu")
|
1998-07-22 22:29:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
# possible priorities are (in ascending order):
|
|
|
|
# lowest
|
|
|
|
# gtk (used by gtk for internal class bindings)
|
|
|
|
# application (for hard coded bindings on application basis)
|
1998-11-30 10:38:29 +00:00
|
|
|
# rc (used implicitel by rc files)
|
1998-07-22 22:29:10 +00:00
|
|
|
# highest
|
1999-01-11 12:22:52 +00:00
|
|
|
class "GtkCList" binding "test1" # implicit : rc
|
|
|
|
#class "GtkWindow" binding : highest "test2" # override "rc" priority
|
1998-07-22 22:29:10 +00:00
|
|
|
|
1998-07-27 01:50:16 +00:00
|
|
|
binding "clist-test"
|
|
|
|
{
|
|
|
|
bind "j" {
|
|
|
|
"scroll-vertical" (step-backward, 0.0)
|
|
|
|
}
|
|
|
|
bind "k" {
|
|
|
|
"scroll-vertical" (step-forward, 0.0)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
class "GtkCList" binding "clist-test"
|