~ubuntu-branches/ubuntu/trusty/gtk+1.2/trusty

« back to all changes in this revision

Viewing changes to gtk/testgtkrc2

  • Committer: Bazaar Package Importer
  • Author(s): Akira TAGOH
  • Date: 2002-04-15 02:19:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020415021949-eh01yrgh4b85p9z7
Tags: upstream-1.2.10
ImportĀ upstreamĀ versionĀ 1.2.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
 
2
#
 
3
# include "rc-file"
 
4
#
 
5
# style <name> [= <name>]
 
6
# {
 
7
#   <option>
 
8
# }
 
9
#
 
10
# widget <widget_set> style <style_name>
 
11
# widget_class <widget_class_set> style <style_name>
 
12
 
 
13
# this file gets included from testgtkrc
 
14
 
 
15
style 'main_buttons' = 'button'
 
16
{
 
17
  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
 
18
  bg[PRELIGHT] = { 0, 0, 0.75 }
 
19
}
 
20
 
 
21
widget "main window.*GtkButton*" style "main_buttons"