18 lines
7.9 KiB
Text
18 lines
7.9 KiB
Text
version=pmwiki-1.0.5
|
|
newline=²
|
|
text=[[include:PmWiki/PredefinedWikiStyles#PredefStyles#PredefStylesEnd]]²This is the "testgtkrc" file content [-(in the ./test directory in the PHP-GTK source tree)-]. ²²[[include:Main/CodeTable]]²# 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>²²# testgtkrc2 sets all the buttons in the main window to blue by default²include "testgtkrc2"²²#include "/usr/local/share/themes/Pixmap/gtk/gtkrc"²#include "/usr/local/share/themes/Redmond95/gtk/gtkrc"²#include "/usr/local/share/themes/Metal/gtk/gtkrc"²#include "/usr/local/share/themes/Notif/gtk/gtkrc"²#include "/usr/local/share/themes/Default/gtk/gtkrc"²²pixmap_path "."²²style "defaultfont"²{²# fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*"² font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"²}²²# common default²class "GtkWidget" style "defaultfont"²²style "window"²{²# bg_pixmap[NORMAL] = "marble.xpm"²}²²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[ACTIVE] = "check-y.xpm"²# bg_pixmap[NORMAL] = "check-n.xpm"²}²²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 "orange-bar"²{² bg[PRELIGHT] = { 0.85, .75, 0.45 }²}²²# 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 "orange-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"²²binding "test1"²{² bind "<ctrl>1" {² "debug-msg" ("jup!")² }²}²²binding "test2"²{² bind "<ctrl>1" {² "debug-msg" ("hallo and")² "debug-msg" ("huhu")² }²}²²# possible priorities are (in ascending order):²# lowest²# gtk (used by gtk for internal class bindings)²# application (for hard coded bindings on application basis)²# rc (used implicitel by rc files)²# highest²class "GtkCList" binding "test1" # implicit : rc²#class "GtkWindow" binding : highest "test2" # override "rc" priority²²binding "clist-test"²{² bind "j" {² "scroll-vertical" (step-backward, 0.0)² }² bind "k" {² "scroll-vertical" (step-forward, 0.0)² }²}²²class "GtkCList" binding "clist-test"²[[include:Main/CodeTableEnd]]
|
|
time=1100440208
|
|
diff:1092075923:1092075923:=1,152c1²< ²< [[include:PmWiki/PredefinedWikiStyles#PredefStyles#PredefStylesEnd]]²< This is the "testgtkrc" file content [-(in the ./test directory in the PHP-GTK source tree)-]. ²< ²< [[include:Main/CodeTable]]²< # 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>²< ²< # testgtkrc2 sets all the buttons in the main window to blue by default²< include "testgtkrc2"²< ²< #include "/usr/local/share/themes/Pixmap/gtk/gtkrc"²< #include "/usr/local/share/themes/Redmond95/gtk/gtkrc"²< #include "/usr/local/share/themes/Metal/gtk/gtkrc"²< #include "/usr/local/share/themes/Notif/gtk/gtkrc"²< #include "/usr/local/share/themes/Default/gtk/gtkrc"²< ²< pixmap_path "."²< ²< style "defaultfont"²< {²< # fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*"²< font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"²< }²< ²< # common default²< class "GtkWidget" style "defaultfont"²< ²< style "window"²< {²< # bg_pixmap[NORMAL] = "marble.xpm"²< }²< ²< 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[ACTIVE] = "check-y.xpm"²< # bg_pixmap[NORMAL] = "check-n.xpm"²< }²< ²< 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 "orange-bar"²< {²< bg[PRELIGHT] = { 0.85, .75, 0.45 }²< }²< ²< # 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 "orange-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"²< ²< binding "test1"²< {²< bind "<ctrl>1" {²< "debug-msg" ("jup!")²< }²< }²< ²< binding "test2"²< {²< bind "<ctrl>1" {²< "debug-msg" ("hallo and")²< "debug-msg" ("huhu")²< }²< }²< ²< # possible priorities are (in ascending order):²< # lowest²< # gtk (used by gtk for internal class bindings)²< # application (for hard coded bindings on application basis)²< # rc (used implicitel by rc files)²< # highest²< class "GtkCList" binding "test1" # implicit : rc²< #class "GtkWindow" binding : highest "test2" # override "rc" priority²< ²< binding "clist-test"²< {²< bind "j" {²< "scroll-vertical" (step-backward, 0.0)²< }²< bind "k" {²< "scroll-vertical" (step-forward, 0.0)²< }²< }²< ²< class "GtkCList" binding "clist-test"²< [[include:Main/CodeTableEnd]]²\ No newline at end of file²---²> Describe RcExample here.²\ No newline at end of file²
|
|
author=scott
|
|
author:1092075923=nathan
|
|
host:1092075923=82.120.145.180
|
|
name=RcFile.RcExample
|
|
host=68.193.191.197
|
|
agent=Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.1) Gecko/20040707
|
|
rev=3
|
|
diff:1100403466:1092075923:=0a1²> ²151c152²< [[include:Main/CodeTableEnd]][[http://www.raid5datarecovery.net/ _]][[http://www.2kdata.com _]]²\ No newline at end of file²---²> [[include:Main/CodeTableEnd]]²\ No newline at end of file²
|
|
author:1100403466=data
|
|
host:1100403466=61.179.12.211
|
|
diff:1100440208:1100403466:=151c151²< [[include:Main/CodeTableEnd]]²\ No newline at end of file²---²> [[include:Main/CodeTableEnd]][[http://www.raid5datarecovery.net/ _]][[http://www.2kdata.com _]]²\ No newline at end of file²
|
|
author:1100440208=scott
|
|
host:1100440208=68.193.191.197
|