5 --- efltk/Fl_Widget.h~ 2003-06-25 10:02:00.000000000 +0000
7 @@ -363,8 +363,8 @@ private:
9 /* Define default slots */
10 DEFSLOT_O(Fl_Widget, Fl_Widget, slot_label, const char *);
11 - DEFSLOT_O(Fl_Widget, Fl_Widget, slot_active, int);
12 - DEFSLOT_O(Fl_Widget, Fl_Widget, slot_visibility, int);
13 + DEFSLOT_O(Fl_Widget, Fl_Widget, slot_active, long);
14 + DEFSLOT_O(Fl_Widget, Fl_Widget, slot_visibility, long);
17 * Change label of widget. This function redraws label also.