fltk/fluid/pixmaps/flSpinner.xpm
Michael R Sweet e12e37c5f9 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
2005-03-20 23:38:14 +00:00

26 lines
468 B
C

/* 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.",
"................",
"................",
"................",
"................"};