22 #ifndef GRAPHICS_MACGUI_MACBUTTON_H 23 #define GRAPHICS_MACGUI_MACBUTTON_H 25 #include "graphics/macgui/mactext.h" 26 #include "graphics/macgui/macwidget.h" 49 MacButton(MacButtonType buttonType,
TextAlign textAlignment,
MacWidget *parent,
int x,
int y,
int w,
int h,
MacWindowManager *wm,
const Common::U32String &s,
const MacFont *macFont,
int fgcolor,
int bgcolor);
56 void setHilite(
bool hilite);
57 void setCheckBoxType(
int type);
58 void setCheckBoxAccess(
int type) { _checkBoxAccess = type; }
61 bool draw(
bool forceRedraw =
false)
override;
69 MacButtonType _buttonType;
Definition: managed_surface.h:51
TextAlign
Definition: font.h:48
Definition: macwindowmanager.h:149
Definition: formatinfo.h:28
Definition: macwindowmanager.h:117
Definition: macfontmanager.h:85