1 #ifndef LABELNAVIGATE_H
2 #define LABELNAVIGATE_H
8 #include "mbuttons.inc"
14 LabelNavigate(MWindow
*mwindow
, MButtons
*gui
, int x
, int y
);
17 void create_objects();
19 PrevLabel
*prev_label
;
20 NextLabel
*next_label
;
27 class PrevLabel
: public BC_Button
30 PrevLabel(MWindow
*mwindow
, LabelNavigate
*navigate
, int x
, int y
);
36 LabelNavigate
*navigate
;
39 class NextLabel
: public BC_Button
42 NextLabel(MWindow
*mwindow
, LabelNavigate
*navigate
, int x
, int y
);
48 LabelNavigate
*navigate
;