HyperCrash

Themes

Themes

Previous topic Next topic Expand/collapse all hidden text  

Themes

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The file, $MCRASHDIR/themes/mcrash1rc defines the HyperCrash window parameters.

It is strongly recommended to not modify this file.

Cards:

 

Keyword{

Arguments 1

Arguments 2

Arguments n

}

The comment lines start with the # character.

hmtoggle_plus1Example

# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."

#

# include "rc-file"

#

# style <name> [= <name>]

# {

#   <option>

# }

#

# widget <widget_set> style <style_name>

# widget_class <widget_class_set> style <style_name>

 

pixmap_path "."

 

style "defaultfont"

{

 font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*"

}

 

# common default

 

style "window"

{

 bg[NORMAL] = { 0.2, 0.2, 0.4 }

}

 

style "toggle_button" = "default"

{

 bg[ACTIVE] = { 1.0, 1.0, 0 }

 font = "-Adobe-Helvetica-Medium-R-Normal--12-120-75-75-P-67-ISO8859-1"

}

 

#widget_class "GtkWindow" style "window"

widget_class "*GtkCheckButton*" style "toggle_button"

widget_class "*GtkRadioButton*" style "toggle_button"

#widget_class "*Gtk*Pan*" style "window"

 

# possible priorities are (in ascending order):

# lowest

# gtk         (used by gtk for internal class bindings)

# application (for hard coded bindings on application basis)

# rc          (used implicitel by rc files)

# highest

 

Go to

Main Module Environment File Description