summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-12 15:55:09 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-12 15:55:09 +0000
commit2e3037f89585be11dfa91a4e692ef71bc72ab885 (patch)
tree290276b7fc2cec6b04882fca92b704f525af799e /test
parent32f48c30337a0517797836b08dbe8b9c70cb79bc (diff)
Applied Domingo's suggestion for formatted Fluid output
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/preferences.fl11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/preferences.fl b/test/preferences.fl
index 99dee1baa..0190f6651 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -31,7 +31,7 @@ Function {closeWindowCB( Fl_Widget*, void* )} {open private return_type void
Function {saveAndCloseWindowCB( Fl_Widget*, void* )} {open private return_type void
} {
code {writePrefs();
- Fl::delete_widget(myWindow);} {}
+Fl::delete_widget(myWindow);} {}
}
Function {} {open return_type int
@@ -180,7 +180,7 @@ Function {} {open return_type int
xywh {175 185 70 20} type Horizontal align 8 minimum 2 maximum 6 value 3.1
}
Fl_Input wPaper {
- label {Newspaper:} selected
+ label {Newspaper:}
xywh {165 225 105 20} align 5
}
}
@@ -321,7 +321,8 @@ Function {writePrefs()} {open return_type void
fl_message( "Assertion failed:\\nNot all group entries were found!" );
/* sample code only: */
- unsigned int hex = 0x2387efcd;
- eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) );
- eat.set( "binFoo2", (void*)&writePrefs, 256 );} {}
+ unsigned int hex = 0x2387efcd;
+ eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) );
+ eat.set( "binFoo2", (void*)&writePrefs, 256 );} {selected
+ }
}