~ubuntu-branches/ubuntu/warty/xmedcon/warty

« back to all changes in this revision

Viewing changes to etc/xmedconrc.linux

  • Committer: Bazaar Package Importer
  • Author(s): Roland Marcus Rutschmann
  • Date: 2004-06-07 09:00:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040607090014-t39n52qc9zjqqqkh
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
2
# filename: xmedconrc.linux                                               #
 
3
#                                                                         #
 
4
# CONFIG File : Medical Image Conversion Utility                          #
 
5
#                                                                         #
 
6
# purpose     : the Gtk+ resource file for Linux systems                  #
 
7
#                                                                         #
 
8
# project     : (X)MedCon by Erik Nolf                                    #
 
9
#                                                                         #
 
10
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
11
# $Id: xmedconrc.linux,v 1.3 2000/12/08 22:56:34 enlf Exp $
 
12
 
 
13
# Note: When (X)MedCon is installed, this becomes the system wide resource
 
14
#       file. You could copy it to your ${HOME}/.xmedconrc for personal
 
15
#       configurations. Though you better keep the fixed font as fixed. 
 
16
#
 
17
# LINUX SETTING (green/yellow/grey colors disabled for GNOME environment)
 
18
#
 
19
     style "DefaultStyle"
 
20
     {
 
21
      #font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
 
22
      #font = "-*-lucida-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"
 
23
      #bg[NORMAL] = { 0.84, 0.84, 0.84 }
 
24
     }
 
25
 
 
26
     style "FixedStyle" = "DefaultStyle"
 
27
     {
 
28
      #font = "-misc-fixed-medium-r-normal--*-120-*-*-*-*-*-*"
 
29
       font = "-adobe-courier-medium-r-normal-*-*-100-*-*-*-*-*-*"
 
30
     }
 
31
 
 
32
     style "Window" = "DefaultStyle"
 
33
     {
 
34
 
 
35
     }
 
36
 
 
37
     style "Button" = "DefaultStyle"
 
38
     {
 
39
      #fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
40
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
41
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
42
      #fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
43
      #bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
44
     }
 
45
 
 
46
     style "NormalLabel" = "DefaultStyle"
 
47
     {
 
48
       fg[NORMAL] = { 0.0, 0.0, 0.0 }
 
49
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
50
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
51
      #fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
52
      #bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
53
     } 
 
54
 
 
55
     style "BarLabel" = "FixedStyle"
 
56
     {
 
57
      #fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
58
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
59
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
60
      #fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
61
      #bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
62
     }
 
63
 
 
64
     style "FixedLabel" = "FixedStyle"
 
65
     {
 
66
       fg[NORMAL] = { 0.0, 0.0, 0.0 }
 
67
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
68
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
69
      #fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
70
      #bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
71
     }
 
72
 
 
73
     style "Frame" = "DefaultStyle"
 
74
     {
 
75
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
76
     }
 
77
 
 
78
     style "Menu" = "DefaultStyle"
 
79
     {
 
80
      #fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
81
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
82
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
83
      #fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
84
      #bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
85
     }
 
86
 
 
87
     style "ToggleButton" = "FixedStyle"
 
88
     {
 
89
       fg[NORMAL] = { 0.0, 0.0, 0.0 }
 
90
      #fg[ACTIVE] = { 0.0, 0.0, 0.0 }
 
91
       bg[ACTIVE] = { 0.0, 0.75, 0.0 } 
 
92
      #fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
93
      #bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
94
     }
 
95
 
 
96
     style "FixedText" = "FixedStyle"
 
97
     {
 
98
 
 
99
     }
 
100
 
 
101
     # These set the widget types to use the styles defined above.
 
102
     # The widget types are listed in the class hierarchy, but could probably be
 
103
     # just listed in this document for the users reference.
 
104
 
 
105
     widget_class "GtkWindow" style "Window"
 
106
     widget_class "GtkDialog" style "Window"
 
107
     widget_class "GtkFileSelection" style "Window"
 
108
     widget_class "*GtkCheckButton*" style "ToggleButton"
 
109
     widget_class "*GtkRadioButton*" style "ToggleButton"
 
110
     widget_class "*GtkButton*" style "Button"
 
111
     widget_class "*GtkLabel*" style "NormalLabel"
 
112
     widget_class "*GtkFrame*" style "Frame"
 
113
     widget_class "*GtkAspectFrame*" style "Frame"
 
114
     widget_class "*Menu*"  style "Menu"
 
115
     widget_class "*Selection*" style "DefaultStyle"
 
116
     widget "*FixedLabel*" style "FixedLabel" 
 
117
     widget "*BarLabel*"   style "BarLabel"
 
118
     widget "*GtkCheckButton*" style "ToggleButton"
 
119
     widget "*GtkRadioButton*" style "ToggleButton"
 
120
     widget "*GtkText*" style "FixedText"
 
121