Changeset 2050 in orxonox.OLD for orxonox/trunk/gui/rc
- Timestamp:
- Jul 1, 2004, 3:11:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/rc
r2018 r2050 32 32 # 33 33 # fg - Sets the foreground color of a widget. 34 # fg - Sets the background color of a widget.34 # bg - Sets the background color of a widget. 35 35 # bg_pixmap - Sets the background of a widget to a tiled pixmap. 36 36 # font - Sets the font to be used with the given widget. … … 46 46 #bg_pixmap[NORMAL] = "warning.xpm" 47 47 bg[NORMAL] = { 0, 0, 0 } 48 fg[NORMAL] = { 1.0, 0, 0 } 48 fg[NORMAL] = { 0, 1.0, 0 } 49 base[NORMAL] = { 0, 0, 0 } 50 base[INSENSITIVE] = { 0, 0, 0 } 49 51 } 50 52 … … 54 56 #state. 55 57 56 fg[NORMAL] = { 1.0, 0, 0 } 57 bg[NORMAL] = { 1.0, 0, 0 } 58 bg[PRELIGHT] = { 1.0, 0, 0 } 58 fg[NORMAL] = { 0, 1.0, 0 } 59 bg[NORMAL] = { 0, 1.0, 0 } 60 bg[INSENSITIVE] = { 0, 1.0, 0 } 61 bg[PRELIGHT] = { 0, 1.0, 0 } 62 bg[ACTIVE] = {0.2, 0.2, 0.2 } 59 63 60 64 #Sets the background pixmap of this widget to that of its parent. … … 68 72 69 73 fg[PRELIGHT] = { 0, 0, 0 } 70 bg[PRELIGHT] = { 1.0,0, 0 }71 bg[ACTIVE] = { 1.0,0, 0 }74 bg[PRELIGHT] = { 0, 1.0, 0 } 75 bg[ACTIVE] = { 0, 1.0, 0 } 72 76 fg[ACTIVE] = { 0, 1.0, 0 } 73 77 bg[NORMAL] = { 0, 0, 0 } 74 fg[NORMAL] = { 1.0,0, 0 }75 bg[INSENSITIVE] = { 1.0, 1.0, 1.0 }78 fg[NORMAL] = { 0, 1.0, 0 } 79 bg[INSENSITIVE] = { 1.0, 0, 1.0 } 76 80 fg[INSENSITIVE] = { 1.0, 0, 1.0 } 81 base[NORMAL] = { 0, 1.0, 0 } 82 base[PRELIGHT] = { 0, 1.0, 0 } 77 83 } 78 84 … … 84 90 { 85 91 font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" 86 bg[PRELIGHT] = { 0 .75, 0, 0 }92 bg[PRELIGHT] = { 0, 0.75, 0 } 87 93 } 88 94 89 95 style "toggle_button" = "button" 90 96 { 91 fg[NORMAL] = { 1.0,0, 0 }92 fg[ACTIVE] = { 1.0,0, 0 }97 fg[NORMAL] = { 0, 1.0, 0 } 98 fg[ACTIVE] = { 0, 1.0, 0 } 93 99 text[NORMAL] = { 0, 0, 0} 94 100 # This sets the background pixmap of the toggle_button to that of its … … 100 106 { 101 107 #bg_pixmap[NORMAL] = "marble.xpm" 102 fg[NORMAL] = { 1.0,0, 0 }108 fg[NORMAL] = { 0, 1.0, 0 } 103 109 } 104 110
Note: See TracChangeset
for help on using the changeset viewer.