summaryrefslogtreecommitdiff
path: root/fluid/print_panel.fl
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 00:03:27 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 00:03:27 +0000
commitaef482198e224822d5f08b7adbb2e59a6a68a1fe (patch)
tree34792698e0de2ed6cf93933046797934b9eba111 /fluid/print_panel.fl
parent7aa27859a552f0e459110455a372e5a017bc6873 (diff)
Bump version numbers to 1.3.3.
All fluid .fl files have been rewritten with fluid 1.3.3 and may differ somehow, but there are no significant changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10353 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/print_panel.fl')
-rw-r--r--fluid/print_panel.fl27
1 files changed, 16 insertions, 11 deletions
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl
index 4d84dd32f..cd00025de 100644
--- a/fluid/print_panel.fl
+++ b/fluid/print_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0107
+version 1.0303
header_name {.h}
code_name {.cxx}
comment {//
@@ -22,21 +22,26 @@ comment {//
} {in_source in_header
}
-decl {\#include <stdio.h>} {}
+decl {\#include <stdio.h>} {private local
+}
-decl {\#include <stdlib.h>} {}
+decl {\#include <stdlib.h>} {private local
+}
-decl {\#include "../src/flstring.h"} {}
+decl {\#include "../src/flstring.h"} {private local
+}
-decl {\#include <FL/Fl_Preferences.H>} {}
+decl {\#include <FL/Fl_Preferences.H>} {private local
+}
-decl {extern Fl_Preferences fluid_prefs;} {}
+decl {extern Fl_Preferences fluid_prefs;} {private local
+}
Function {make_print_panel()} {open
} {
Fl_Window print_panel {
label Print open
- xywh {342 21 465 235} type Double modal visible
+ xywh {394 209 465 235} type Double modal visible
} {
Fl_Group print_panel_controls {open
xywh {10 10 447 216}
@@ -48,7 +53,7 @@ Function {make_print_panel()} {open
} {}
Fl_Button print_properties {
label {Properties...}
- callback {print_properties_panel->show();}
+ callback {print_properties_panel->show();} selected
xywh {294 10 105 25}
}
Fl_Box print_status {
@@ -100,7 +105,7 @@ print_to->deactivate();}
print_collate_button->activate();
print_collate_group[0]->activate();
print_collate_group[1]->activate();
-}} selected
+}}
xywh {321 96 45 25} when 1
}
Fl_Check_Button print_collate_button {
@@ -210,7 +215,7 @@ print_collate_group[1 - i]->hide();}
label {Printer Properties}
callback {print_properties_panel->hide();
print_update_status();} open
- xywh {340 213 290 130} type Double modal visible
+ xywh {400 537 290 130} type Double modal visible
} {
Fl_Choice print_page_size {
label {Page Size:}
@@ -274,7 +279,7 @@ print_update_status();}
}
}
-decl {void print_cb(Fl_Return_Button *, void *);} {public
+decl {void print_cb(Fl_Return_Button *, void *);} {public local
}
Function {print_load()} {open return_type void