00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef Fl_Multi_Label_H
00020 #define Fl_Multi_Label_H
00021
00022 class Fl_Widget;
00023 struct Fl_Menu_Item;
00024
00048 struct FL_EXPORT Fl_Multi_Label {
00052 const char* labela;
00056 const char* labelb;
00061 uchar typea;
00066 uchar typeb;
00067
00069 void label(Fl_Widget*);
00071 void label(Fl_Menu_Item*);
00072 };
00073
00074 #endif
00075
00076
00077
00078