home *** CD-ROM | disk | FTP | other *** search
- // ********* Required for every application
- error "Bad string!"
-
-
- // color_name red grn blue
- //--------------------------------------------
- window_active_bright "220 220 200"
- window_active_medium "180 180 160"
- window_active_dark "160 160 130"
-
- text_foreground "0 0 0"
- text_background "150 150 150"
- selected_text_foreground "255 255 255"
- selected_text_background "0 128 128"
-
-
- window_passive_bright "180 180 180"
- window_passive_medium "150 150 150"
- window_passive_dark "100 100 100"
-
- root_background_color "150 150 150"
-
-
- menu_foreground "0 0 0"
- menu_background "128 128 128"
- selected_menu_foreground "255 255 255"
- selected_menu_background "0 0 128"
-
- //-------------------------------------------
-
- window_manager = MWM
-
-
- // ******** ICONS
- close_icon ${i4_resources}/closicon.pcx
- up_icon ${i4_resources}/upicon.pcx
- down_icon ${i4_resources}/downicon.pcx
- left_icon ${i4_resources}/lefticon.pcx
- right_icon ${i4_resources}/rigticon.pcx
- plus_icon ${i4_resources}/plus.pcx
- minus_icon ${i4_resources}/minus.pcx
- background_bitmap ${i4_resources}/bground.tga
-
- // ******** FONTS
- normal_font ${i4_resources}/normfont.pcx
-
-
- // ******** CURSORS
- normal_cursor "${i4_resources}/normcurs.pcx 0 1 0"
- text_cursor "${i4_resources}/textcurs.pcx 0 3 7"
-
- load_failed "Failed to load %S"
-
- button_delay = 250
- button_repeat = 50
- double_click = 300
-
- prof_win_title "Profile"
- prof_fmt "%2.2f %s"
- expected "Error, expected : "
- status "Progress"