mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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:
@@ -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.",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
Reference in New Issue
Block a user