Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2050 in orxonox.OLD for orxonox/trunk/gui/rc


Ignore:
Timestamp:
Jul 1, 2004, 3:11:38 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: the Green Gui

(if someone wants to have another color, please tell me.)
also removed gui_file.h because it was not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/rc

    r2018 r2050  
    3232#
    3333# 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.
    3535# bg_pixmap - Sets the background of a widget to a tiled pixmap.
    3636# font - Sets the font to be used with the given widget.
     
    4646  #bg_pixmap[NORMAL] = "warning.xpm"
    4747  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 }
    4951}
    5052
     
    5456  #state.
    5557 
    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 }
    5963 
    6064  #Sets the background pixmap of this widget to that of its parent.
     
    6872 
    6973  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 }
    7276  fg[ACTIVE] = { 0, 1.0, 0 }
    7377  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 }
    7680  fg[INSENSITIVE] = { 1.0, 0, 1.0 }
     81  base[NORMAL] = { 0, 1.0, 0 }
     82  base[PRELIGHT] = { 0, 1.0, 0 }
    7783}
    7884
     
    8490{
    8591  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
    86   bg[PRELIGHT] = { 0.75, 0, 0 }
     92  bg[PRELIGHT] = { 0, 0.75, 0 }
    8793}
    8894
    8995style "toggle_button" = "button"
    9096{
    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 }
    9399  text[NORMAL] = { 0, 0, 0}
    94100  # This sets the background pixmap of the toggle_button to that of its
     
    100106{
    101107  #bg_pixmap[NORMAL] = "marble.xpm"
    102   fg[NORMAL] = { 1.0, 0, 0 }
     108  fg[NORMAL] = { 0, 1.0, 0 }
    103109}
    104110
Note: See TracChangeset for help on using the changeset viewer.