Add Fl_Spinner widget (another combo of existing widgets in a header file)

Set the window callback to do the same as the cancel button in the template
panel.

Clean up widget bin + tooltips (didn't have correct tooltips for new widgets)



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4149 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2005-03-20 23:38:14 +00:00
parent 0919d57c33
commit e12e37c5f9
10 changed files with 357 additions and 73 deletions
+25
View File
@@ -0,0 +1,25 @@
/* XPM */
static const char *flSpinner_xpm[]={
"16 16 6 1",
". c None",
"c c #000000",
"d c #606060",
"b c #c0c0c0",
"# c #e0e0e0",
"a c #ffffff",
"................",
"................",
"................",
"................",
"###############.",
"#aaaaaaaaa#bcbd.",
"#aaaaaacaa#cccd.",
"#aaaaaccaaddddd.",
"#aaaaaacaa####d.",
"#aaaaaccca#cccd.",
"#aaaaaaaaa#bcbd.",
"ddddddddddddddd.",
"................",
"................",
"................",
"................"};