summaryrefslogtreecommitdiff
path: root/test/unittest_scrollbarsize.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-26 02:55:14 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-26 02:55:14 +0000
commit29a9e89b39c2fdc1f9498717f5ae53798528ffb1 (patch)
treedcdc51d1f4c12ae67665a5d4d353e9c731f46eb3 /test/unittest_scrollbarsize.cxx
parentde9dc764f1a34a3032d560839687b551865c532f (diff)
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
Everything related to Fl_Tree and its test and demo programs has been cleaned. Documentation needs updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/unittest_scrollbarsize.cxx')
-rw-r--r--test/unittest_scrollbarsize.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/unittest_scrollbarsize.cxx b/test/unittest_scrollbarsize.cxx
index d150c963b..f8e97d6c6 100644
--- a/test/unittest_scrollbarsize.cxx
+++ b/test/unittest_scrollbarsize.cxx
@@ -126,10 +126,7 @@ class ScrollBarSizeTest : public Fl_Group {
if ( strcmp(label,"A: Scroll Size") == 0 ) {
brow_a->scrollbar_size(val);
tree_a->scrollbar_size(val);
-#if FLTK_ABI_VERSION >= 10301
- // NEW
table_a->scrollbar_size(val);
-#endif
} else {
Fl::scrollbar_size(val);
}
@@ -206,11 +203,7 @@ public:
"Scrollbar's size should change interactively as size sliders are changed.\n"
"Changing 'Global Scroll Size' should affect all three browser's scrollbars UNLESS\n"
"the 'A: Scroll Size' slider is changed, in which case its value will take precedence\n"
-#if FLTK_ABI_VERSION >= 10301
"for the 'A' group of widgets.");
-#else
- "for the 'A' group of widgets. (NOTE: 'table_a' does not currently support this)");
-#endif
labelsize(10);
align(FL_ALIGN_INSIDE|FL_ALIGN_BOTTOM|FL_ALIGN_LEFT|FL_ALIGN_WRAP);
}