# data file for the Fltk User Interface Designer (fluid) version 1.0403 header_name {.h} code_name {.cxx} declblock {\#if 1} { comment {extern void balChosen(); extern void saverChosen(); extern void perfChosen();} open public map 1 after {\#endif} } { decl {\#include "power_console_common.h"} {public global } } Function {make_window()} {open } { Fl_Window {} {open xywh {506 1271 177 183} type Double box GLEAM_UP_BOX visible } { Fl_Light_Button conserveButton { label {Conserve Battery} callback consClicked xywh {13 150 150 24} when 6 } Fl_Box {} { label {Power Manager} xywh {9 7 154 36} box OSHADOW_BOX } Fl_Round_Button perfButton { label Performance callback {perfChosen()} xywh {15 76 116 24} type Radio down_box ROUND_DOWN_BOX } Fl_Round_Button balance { label Balanced callback {balChosen()} xywh {15 100 106 20} type Radio down_box ROUND_DOWN_BOX } Fl_Progress level { label Battery xywh {9 51 116 20} selection_color 63 when 0 } Fl_Round_Button saver { label Saver callback {saverChosen()} xywh {15 120 78 22} type Radio down_box ROUND_DOWN_BOX } Fl_Light_Button acButton { label AC xywh {129 49 34 24} type Normal box PLASTIC_ROUND_DOWN_BOX when 0 } Fl_Slider brightness { label Brightness callback adjustBrightness xywh {129 81 20 52} labelsize 12 class MouseWheelSlider } } }