Update of /cvsroot/tuxpaint/tuxpaint-config/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29988
Modified Files:
.cvsignore tuxpaint-config2.cxx tuxpaint-config2.fl
tuxpaint-config2.h
Log Message:
Added Names to Groups, Buttons aso.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 5 Apr 2004 15:36:53 -0000 1.1
+++ .cvsignore 7 Apr 2004 16:02:20 -0000 1.2
@@ -1,3 +1,2 @@
*~
-tuxpaint-config2.po
Index: tuxpaint-config2.h
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tuxpaint-config2.h 5 Apr 2004 15:33:01 -0000 1.4
+++ tuxpaint-config2.h 7 Apr 2004 16:02:20 -0000 1.5
@@ -6,22 +6,48 @@
#include <FL/Fl_Double_Window.H>
extern Fl_Double_Window *WINDOW_tpc;
#include <FL/Fl_Tabs.H>
+extern Fl_Tabs *TAB_alltabs;
#include <FL/Fl_Group.H>
extern Fl_Group *TABE_about;
+extern Fl_Group *GROUP_abouttpc;
#include <FL/Fl_Text_Display.H>
+extern Fl_Text_Display *TEXTOUTPUT_abouttext;
extern Fl_Group *TABE_videoandsound;
+extern Fl_Group *GROUP_video;
#include <FL/Fl_Check_Button.H>
+extern Fl_Check_Button *CHECKBUTTON_fullscreen;
+extern Fl_Group *GROUP_resolution;
#include <FL/Fl_Round_Button.H>
+extern Fl_Group *GROUP_sound;
+extern Fl_Check_Button *CHECKBUTTON_soundeffects;
extern Fl_Group *TABE_mouseandkeyboard;
+extern Fl_Group *GROUP_mouse;
+extern Fl_Group *GROUP_keyboard;
+extern Fl_Check_Button *CHECKBUTTON_enablekbd;
extern Fl_Group *TABE_simplification;
+extern Fl_Group *GROUP_interfacesimpl;
+extern Fl_Group *GROUP_controlsimpl;
extern Fl_Group *TABE_locale;
+extern Fl_Group *GROUP_locale;
#include <FL/Fl_Choice.H>
+extern Fl_Choice *CHOICE_language;
+extern Fl_Check_Button *CHECKBUTTON_mirrorstamps;
extern Fl_Group *TABE_printing;
+extern Fl_Group *GROUP_printperms;
+extern Fl_Check_Button *CHECKBUTTON_allowprinting;
#include <FL/Fl_Value_Input.H>
-#include <FL/Fl_Button.H>
+extern Fl_Value_Input *VALUEINPUT_printdelay;
+#include <FL/Fl_Box.H>
+extern Fl_Box *LABEL_seconds;
+extern Fl_Group *GROUP_printcmd;
#include <FL/Fl_Input.H>
+extern Fl_Input *TEXTINPUT_printcmd;
+extern Fl_Check_Button *CHECKBUTTON_usealtprintcmd;
extern Fl_Group *TABE_saving;
+extern Fl_Group *GROUP_saveover;
+extern Fl_Group *GROUP_savedir;
#include <FL/Fl_File_Input.H>
+#include <FL/Fl_Button.H>
extern Fl_Button *BUTTON_apply;
extern Fl_Button *BUTTON_reset;
extern Fl_Button *BUTTON_defaults;
Index: tuxpaint-config2.fl
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.fl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tuxpaint-config2.fl 5 Apr 2004 15:33:01 -0000 1.7
+++ tuxpaint-config2.fl 7 Apr 2004 16:02:20 -0000 1.8
@@ -11,18 +11,18 @@
label {Tux Paint Config v0.0.1} open
xywh {405 213 672 424} type Double visible
} {
- Fl_Tabs TAB_alltabs {open selected
+ Fl_Tabs TAB_alltabs {open
xywh {5 30 665 340} box PLASTIC_UP_BOX
} {
Fl_Group TABE_about {
- label About
+ label About selected
xywh {5 64 665 306} box PLASTIC_UP_BOX color 132 selection_color 92 align 37
} {
- Fl_Group {} {
+ Fl_Group GROUP_abouttpc {
label {About Tux Paint Config.}
xywh {12 72 653 288} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Text_Display {} {
+ Fl_Text_Display TEXTOUTPUT_abouttext {
xywh {35 95 610 245}
}
}
@@ -31,15 +31,15 @@
label {Video & Sound}
xywh {5 64 665 306} box PLASTIC_UP_BOX color 1 selection_color 1 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_video {
label {Video :}
xywh {12 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_fullscreen {
label {&Fullscreen}
tooltip {Display Tux Paint in full-screen mode} xywh {24 100 106 32}
down_box DOWN_BOX shortcut 0x80066
}
- Fl_Group {} {
+ Fl_Group GROUP_resolution {
label {Resolution / Window Size :}
xywh {24 197 303 153} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
@@ -53,11 +53,11 @@
}
}
}
- Fl_Group {} {
+ Fl_Group GROUP_sound {
label {Sound :}
xywh {340 70 324 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_soundeffects {
label {Enable &Sound Effects}
tooltip {Play sound effects} xywh {360 100 180 32} down_box DOWN_BOX
shortcut 0x80073 value 1
}
@@ -67,7 +67,7 @@
label {Mouse & Keyboard}
xywh {5 64 665 306} box PLASTIC_UP_BOX color 2 selection_color 2 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_mouse {
label {Mouse :}
xywh {12 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
@@ -84,11 +84,11 @@
tooltip {Allow mouse wheel to be used for selection scrolling} xywh {24
233 176 32} down_box DOWN_BOX shortcut 0x80077 value 1
}
}
- Fl_Group {} {
+ Fl_Group GROUP_keyboard {
label {Keyboard :}
xywh {340 70 324 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_enablekbd {
label {Enable &Keyboard Shortcuts}
tooltip {Allow keyboard shortcuts (e.g., Ctrl-S for Save)} xywh {360 100
225 32} down_box DOWN_BOX shortcut 0x8006b value 1
}
@@ -98,7 +98,7 @@
label Simplification
xywh {5 65 665 305} box PLASTIC_UP_BOX color 3 selection_color 3 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_interfacesimpl {
label {Interface Simplification :}
xywh {10 70 325 285} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
@@ -115,7 +115,7 @@
xywh {25 225 195 30} down_box DOWN_BOX shortcut 0x80075
}
}
- Fl_Group {} {
+ Fl_Group GROUP_controlsimpl {
label {Control Simplification :}
xywh {340 70 323 285} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
@@ -137,60 +137,60 @@
label Locale
xywh {5 64 665 306} box PLASTIC_UP_BOX color 4 selection_color 4 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_locale {
label {Locale :}
xywh {12 72 653 288} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Choice {} {
+ Fl_Choice CHOICE_language {
label {Language : } open
tooltip {Run Tux Paint in another language} xywh {20 118 220 32} down_box
BORDER_BOX align 5
} {}
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_mirrorstamps {
label {&Mirror Stamps}
tooltip {Mirror-image stamps by default} xywh {20 218 220 32} down_box
DOWN_BOX shortcut 0x8006d
}
}
}
Fl_Group TABE_printing {
- label Printing
+ label Printing open
xywh {5 64 665 306} box PLASTIC_UP_BOX color 5 selection_color 5 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_printperms {
label {Print Permissions :}
xywh {12 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_allowprinting {
label {Allow &Printing}
tooltip {Allow Tux Paint to print} xywh {24 100 141 32} down_box DOWN_BOX
shortcut 0x80070 value 1
}
- Fl_Value_Input {} {
+ Fl_Value_Input VALUEINPUT_printdelay {
label {Print Delay : }
tooltip {Only print once every N seconds (0 to disable)} xywh {25 195 50
25} align 5 maximum 3600 step 1
}
- Fl_Button {} {
+ Fl_Box LABEL_seconds {
label seconds
xywh {80 195 80 25} box FLAT_BOX
}
}
- Fl_Group {} {
- label {Print Command :}
+ Fl_Group GROUP_printcmd {
+ label {Print Command :} open
xywh {340 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
- Fl_Input {} {
+ Fl_Input TEXTINPUT_printcmd {
label {Alternative Print Command : }
tooltip {Use this command to print} xywh {350 140 305 30} align 5
}
- Fl_Check_Button {} {
+ Fl_Check_Button CHECKBUTTON_usealtprintcmd {
label {Use &Alternative Print Command}
xywh {350 100 255 25} down_box DOWN_BOX shortcut 0x80061
}
}
}
Fl_Group TABE_saving {
- label Saving
+ label Saving open
xywh {5 64 665 306} box PLASTIC_UP_BOX color 6 selection_color 6 align 37 hide
} {
- Fl_Group {} {
+ Fl_Group GROUP_saveover {
label {Save Over Earlier Work :}
xywh {12 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
@@ -207,7 +207,7 @@
tooltip {When re-saving a picture, always make a new file} xywh {30 235
210 20} type Radio down_box ROUND_DOWN_BOX shortcut 0x8006e
}
}
- Fl_Group {} {
+ Fl_Group GROUP_savedir {
label {Save Directory :}
xywh {340 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
} {
Index: tuxpaint-config2.cxx
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tuxpaint-config2.cxx 5 Apr 2004 15:33:01 -0000 1.7
+++ tuxpaint-config2.cxx 7 Apr 2004 16:02:20 -0000 1.8
@@ -5,20 +5,70 @@
Fl_Double_Window *WINDOW_tpc=(Fl_Double_Window *)0;
+Fl_Tabs *TAB_alltabs=(Fl_Tabs *)0;
+
Fl_Group *TABE_about=(Fl_Group *)0;
+Fl_Group *GROUP_abouttpc=(Fl_Group *)0;
+
+Fl_Text_Display *TEXTOUTPUT_abouttext=(Fl_Text_Display *)0;
+
Fl_Group *TABE_videoandsound=(Fl_Group *)0;
+Fl_Group *GROUP_video=(Fl_Group *)0;
+
+Fl_Check_Button *CHECKBUTTON_fullscreen=(Fl_Check_Button *)0;
+
+Fl_Group *GROUP_resolution=(Fl_Group *)0;
+
+Fl_Group *GROUP_sound=(Fl_Group *)0;
+
+Fl_Check_Button *CHECKBUTTON_soundeffects=(Fl_Check_Button *)0;
+
Fl_Group *TABE_mouseandkeyboard=(Fl_Group *)0;
+Fl_Group *GROUP_mouse=(Fl_Group *)0;
+
+Fl_Group *GROUP_keyboard=(Fl_Group *)0;
+
+Fl_Check_Button *CHECKBUTTON_enablekbd=(Fl_Check_Button *)0;
+
Fl_Group *TABE_simplification=(Fl_Group *)0;
+Fl_Group *GROUP_interfacesimpl=(Fl_Group *)0;
+
+Fl_Group *GROUP_controlsimpl=(Fl_Group *)0;
+
Fl_Group *TABE_locale=(Fl_Group *)0;
+Fl_Group *GROUP_locale=(Fl_Group *)0;
+
+Fl_Choice *CHOICE_language=(Fl_Choice *)0;
+
+Fl_Check_Button *CHECKBUTTON_mirrorstamps=(Fl_Check_Button *)0;
+
Fl_Group *TABE_printing=(Fl_Group *)0;
+Fl_Group *GROUP_printperms=(Fl_Group *)0;
+
+Fl_Check_Button *CHECKBUTTON_allowprinting=(Fl_Check_Button *)0;
+
+Fl_Value_Input *VALUEINPUT_printdelay=(Fl_Value_Input *)0;
+
+Fl_Box *LABEL_seconds=(Fl_Box *)0;
+
+Fl_Group *GROUP_printcmd=(Fl_Group *)0;
+
+Fl_Input *TEXTINPUT_printcmd=(Fl_Input *)0;
+
+Fl_Check_Button *CHECKBUTTON_usealtprintcmd=(Fl_Check_Button *)0;
+
Fl_Group *TABE_saving=(Fl_Group *)0;
+Fl_Group *GROUP_saveover=(Fl_Group *)0;
+
+Fl_Group *GROUP_savedir=(Fl_Group *)0;
+
Fl_Button *BUTTON_apply=(Fl_Button *)0;
Fl_Button *BUTTON_reset=(Fl_Button *)0;
@@ -29,18 +79,18 @@
Fl_Double_Window* w;
{ Fl_Double_Window* o = WINDOW_tpc = new Fl_Double_Window(672, 424, gettext("Tux
Paint Config v0.0.1"));
w = o;
- { Fl_Tabs* o = new Fl_Tabs(5, 30, 665, 340);
+ { Fl_Tabs* o = TAB_alltabs = new Fl_Tabs(5, 30, 665, 340);
o->box(FL_PLASTIC_UP_BOX);
{ Fl_Group* o = TABE_about = new Fl_Group(5, 64, 665, 306, gettext("About"));
o->box(FL_PLASTIC_UP_BOX);
o->color((Fl_Color)132);
o->selection_color((Fl_Color)92);
o->align(37);
- { Fl_Group* o = new Fl_Group(12, 72, 653, 288, gettext("About Tux Paint
Config."));
+ { Fl_Group* o = GROUP_abouttpc = new Fl_Group(12, 72, 653, 288,
gettext("About Tux Paint Config."));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- new Fl_Text_Display(35, 95, 610, 245);
+ TEXTOUTPUT_abouttext = new Fl_Text_Display(35, 95, 610, 245);
o->end();
}
o->end();
@@ -51,16 +101,16 @@
o->selection_color((Fl_Color)1);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(12, 70, 323, 290, gettext("Video :"));
+ { Fl_Group* o = GROUP_video = new Fl_Group(12, 70, 323, 290, gettext("Video
:"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Check_Button* o = new Fl_Check_Button(24, 100, 106, 32,
gettext("&Fullscreen"));
+ { Fl_Check_Button* o = CHECKBUTTON_fullscreen = new Fl_Check_Button(24,
100, 106, 32, gettext("&Fullscreen"));
o->tooltip(gettext("Display Tux Paint in full-screen mode"));
o->down_box(FL_DOWN_BOX);
o->shortcut(0x80066);
}
- { Fl_Group* o = new Fl_Group(24, 197, 303, 153, gettext("Resolution /
Window Size :"));
+ { Fl_Group* o = GROUP_resolution = new Fl_Group(24, 197, 303, 153,
gettext("Resolution / Window Size :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@@ -81,11 +131,11 @@
}
o->end();
}
- { Fl_Group* o = new Fl_Group(340, 70, 324, 290, gettext("Sound :"));
+ { Fl_Group* o = GROUP_sound = new Fl_Group(340, 70, 324, 290, gettext("Sound
:"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Check_Button* o = new Fl_Check_Button(360, 100, 180, 32,
gettext("Enable &Sound Effects"));
+ { Fl_Check_Button* o = CHECKBUTTON_soundeffects = new Fl_Check_Button(360,
100, 180, 32, gettext("Enable &Sound Effects"));
o->tooltip(gettext("Play sound effects"));
o->down_box(FL_DOWN_BOX);
o->value(1);
@@ -101,7 +151,7 @@
o->selection_color((Fl_Color)2);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(12, 70, 323, 290, gettext("Mouse :"));
+ { Fl_Group* o = GROUP_mouse = new Fl_Group(12, 70, 323, 290, gettext("Mouse
:"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@@ -124,11 +174,11 @@
}
o->end();
}
- { Fl_Group* o = new Fl_Group(340, 70, 324, 290, gettext("Keyboard :"));
+ { Fl_Group* o = GROUP_keyboard = new Fl_Group(340, 70, 324, 290,
gettext("Keyboard :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Check_Button* o = new Fl_Check_Button(360, 100, 225, 32,
gettext("Enable &Keyboard Shortcuts"));
+ { Fl_Check_Button* o = CHECKBUTTON_enablekbd = new Fl_Check_Button(360,
100, 225, 32, gettext("Enable &Keyboard Shortcuts"));
o->tooltip(gettext("Allow keyboard shortcuts (e.g., Ctrl-S for Save)"));
o->down_box(FL_DOWN_BOX);
o->value(1);
@@ -144,7 +194,7 @@
o->selection_color((Fl_Color)3);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(10, 70, 325, 285, gettext("Interface
Simplification :"));
+ { Fl_Group* o = GROUP_interfacesimpl = new Fl_Group(10, 70, 325, 285,
gettext("Interface Simplification :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@@ -162,7 +212,7 @@
}
o->end();
}
- { Fl_Group* o = new Fl_Group(340, 70, 323, 285, gettext("Control
Simplification :"));
+ { Fl_Group* o = GROUP_controlsimpl = new Fl_Group(340, 70, 323, 285,
gettext("Control Simplification :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@@ -188,16 +238,16 @@
o->selection_color((Fl_Color)4);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(12, 72, 653, 288, gettext("Locale :"));
+ { Fl_Group* o = GROUP_locale = new Fl_Group(12, 72, 653, 288, gettext("Locale
:"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Choice* o = new Fl_Choice(20, 118, 220, 32, gettext("Language : "));
+ { Fl_Choice* o = CHOICE_language = new Fl_Choice(20, 118, 220, 32,
gettext("Language : "));
o->tooltip(gettext("Run Tux Paint in another language"));
o->down_box(FL_BORDER_BOX);
o->align(FL_ALIGN_TOP_LEFT);
}
- { Fl_Check_Button* o = new Fl_Check_Button(20, 218, 220, 32,
gettext("&Mirror Stamps"));
+ { Fl_Check_Button* o = CHECKBUTTON_mirrorstamps = new Fl_Check_Button(20,
218, 220, 32, gettext("&Mirror Stamps"));
o->tooltip(gettext("Mirror-image stamps by default"));
o->down_box(FL_DOWN_BOX);
o->shortcut(0x8006d);
@@ -212,36 +262,36 @@
o->selection_color((Fl_Color)5);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(12, 70, 323, 290, gettext("Print Permissions
:"));
+ { Fl_Group* o = GROUP_printperms = new Fl_Group(12, 70, 323, 290,
gettext("Print Permissions :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Check_Button* o = new Fl_Check_Button(24, 100, 141, 32, gettext("Allow
&Printing"));
+ { Fl_Check_Button* o = CHECKBUTTON_allowprinting = new Fl_Check_Button(24,
100, 141, 32, gettext("Allow &Printing"));
o->tooltip(gettext("Allow Tux Paint to print"));
o->down_box(FL_DOWN_BOX);
o->value(1);
o->shortcut(0x80070);
}
- { Fl_Value_Input* o = new Fl_Value_Input(25, 195, 50, 25, gettext("Print
Delay : "));
+ { Fl_Value_Input* o = VALUEINPUT_printdelay = new Fl_Value_Input(25, 195,
50, 25, gettext("Print Delay : "));
o->tooltip(gettext("Only print once every N seconds (0 to disable)"));
o->maximum(3600);
o->step(1);
o->align(FL_ALIGN_TOP_LEFT);
}
- { Fl_Button* o = new Fl_Button(80, 195, 80, 25, gettext("seconds"));
+ { Fl_Box* o = LABEL_seconds = new Fl_Box(80, 195, 80, 25,
gettext("seconds"));
o->box(FL_FLAT_BOX);
}
o->end();
}
- { Fl_Group* o = new Fl_Group(340, 70, 323, 290, gettext("Print Command :"));
+ { Fl_Group* o = GROUP_printcmd = new Fl_Group(340, 70, 323, 290,
gettext("Print Command :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
- { Fl_Input* o = new Fl_Input(350, 140, 305, 30, gettext("Alternative Print
Command : "));
+ { Fl_Input* o = TEXTINPUT_printcmd = new Fl_Input(350, 140, 305, 30,
gettext("Alternative Print Command : "));
o->tooltip(gettext("Use this command to print"));
o->align(FL_ALIGN_TOP_LEFT);
}
- { Fl_Check_Button* o = new Fl_Check_Button(350, 100, 255, 25, gettext("Use
&Alternative Print Command"));
+ { Fl_Check_Button* o = CHECKBUTTON_usealtprintcmd = new
Fl_Check_Button(350, 100, 255, 25, gettext("Use &Alternative Print Command"));
o->down_box(FL_DOWN_BOX);
o->shortcut(0x80061);
}
@@ -255,7 +305,7 @@
o->selection_color((Fl_Color)6);
o->align(37);
o->hide();
- { Fl_Group* o = new Fl_Group(12, 70, 323, 290, gettext("Save Over Earlier
Work :"));
+ { Fl_Group* o = GROUP_saveover = new Fl_Group(12, 70, 323, 290, gettext("Save
Over Earlier Work :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
@@ -280,7 +330,7 @@
}
o->end();
}
- { Fl_Group* o = new Fl_Group(340, 70, 323, 290, gettext("Save Directory :"));
+ { Fl_Group* o = GROUP_savedir = new Fl_Group(340, 70, 323, 290, gettext("Save
Directory :"));
o->box(FL_PLASTIC_UP_BOX);
o->labeltype(FL_EMBOSSED_LABEL);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits