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

« back to all changes in this revision

Viewing changes to etc/xmedconrc.win32

  • 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.win32                                               #
 
3
#                                                                         #
 
4
# CONFIG File : Medical Image Conversion Utility                          #
 
5
#                                                                         #
 
6
# purpose     : the Gtk+ resource file for Win32 systems                  #
 
7
#                                                                         #
 
8
# project     : (X)MedCon by Erik Nolf                                    #
 
9
#                                                                         #
 
10
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
11
# $Id: xmedconrc.win32,v 1.4 2004/03/29 23:52:50 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
# DEFAULT WIN32 SETTINGS (green/yellow/gray colors + fixed = courier font)
 
18
#
 
19
 
 
20
     style "DefaultStyle"
 
21
     {
 
22
       font = "-*-ms sans serif-medium-r-normal--*-110-*-*-*-*-*-*"
 
23
      #font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
 
24
      #font = "-*-lucida-medium-r-normal-*-12-*-*-*-*-*-iso8859-1"
 
25
       bg[NORMAL] = { 0.84, 0.84, 0.84 }
 
26
     }
 
27
 
 
28
     style "FixedStyle" = "DefaultStyle"
 
29
     {
 
30
       font = "-*-courier new-medium-r-normal--*-100-*-*-*-*-iso8859-1"
 
31
      #font = "-misc-courier-medium-r-normal--*-100-*-*-*-*-*-*"
 
32
     }
 
33
     style "Window" = "DefaultStyle"
 
34
     {
 
35
 
 
36
     }
 
37
 
 
38
     style "Button" = "DefaultStyle"
 
39
     {
 
40
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
41
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
42
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
43
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
44
       bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
45
     }
 
46
 
 
47
     style "NormalLabel" = "DefaultStyle"
 
48
     {
 
49
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
50
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
51
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
52
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
53
       bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
54
     } 
 
55
 
 
56
     style "BarLabel" = "FixedStyle"
 
57
     {
 
58
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
59
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
60
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
61
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
62
       bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
63
     }
 
64
 
 
65
     style "FixedLabel" = "FixedStyle"
 
66
     {
 
67
       fg[NORMAL] = { 0.0, 0.0, 0.0 }
 
68
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
69
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
70
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
71
       bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
72
     }
 
73
 
 
74
     style "Frame" = "DefaultStyle"
 
75
     {
 
76
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
77
     }
 
78
 
 
79
     style "Menu" = "DefaultStyle"
 
80
     {
 
81
       fg[NORMAL] = { 0.0, 0.0, 1.0 }
 
82
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
83
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
84
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
 
85
       bg[ACTIVE] = { 0.0, 0.75, 0.0 }
 
86
     }
 
87
 
 
88
     style "ToggleButton" = "FixedStyle"
 
89
     {
 
90
       fg[NORMAL] = { 0.0, 0.0, 0.0 }
 
91
       fg[ACTIVE] = { 0.0, 0.0, 0.0 }
 
92
       bg[ACTIVE] = { 0.0, 0.75, 0.0 } 
 
93
       fg[PRELIGHT] = { 1.0, 1.0, 0.0 }
 
94
       bg[PRELIGHT] = { 0.0, 0.75, 0.0 }
 
95
     }
 
96
 
 
97
     style "FixedText" = "FixedStyle"
 
98
     {
 
99
 
 
100
     }
 
101
 
 
102
     # These set the widget types to use the styles defined above.
 
103
     # The widget types are listed in the class hierarchy, but could probably be
 
104
     # just listed in this document for the users reference.
 
105
 
 
106
     widget_class "GtkWindow" style "Window"
 
107
     widget_class "GtkDialog" style "Window"
 
108
     widget_class "GtkFileSelection" style "Window"
 
109
     widget_class "*GtkCheckButton*" style "ToggleButton"
 
110
     widget_class "*GtkRadioButton*" style "ToggleButton"
 
111
     widget_class "*GtkButton*" style "Button"
 
112
     widget_class "*GtkLabel*" style "NormalLabel"
 
113
     widget_class "*GtkFrame*" style "Frame"
 
114
     widget_class "*GtkAspectFrame*" style "Frame"
 
115
     widget_class "*Menu*"  style "Menu"
 
116
     widget_class "*Selection*" style "DefaultStyle"
 
117
     widget "*FixedLabel*" style "FixedLabel" 
 
118
     widget "*BarLabel*"   style "BarLabel"
 
119
     widget "*GtkCheckButton*" style "ToggleButton"
 
120
     widget "*GtkRadioButton*" style "ToggleButton"
 
121
     widget "*GtkText*" style "FixedText"