47 #ifndef GRAPHICS_MACGUI_MACDIALOG_H 48 #define GRAPHICS_MACGUI_MACDIALOG_H 50 #include "common/str.h" 51 #include "common/rect.h" 59 class MacWindowManager;
62 kMacDialogQuitRequested = -2
73 bounds.
right = x1 + w - 1;
74 bounds.bottom = y1 + h - 1;
97 MacDialogButtonArray *_buttons;
99 bool _mouseOverPressedButton;
100 int _mouseOverButton;
107 const Font *getDialogFont();
108 void drawOutline(
Common::Rect &bounds,
int *spec,
int speclen);
112 void mouseMove(
int x,
int y);
113 void mouseClick(
int x,
int y);
114 int mouseRaise(
int x,
int y);
115 int matchButton(
int x,
int y);
Definition: managed_surface.h:51
T left
Definition: rect.h:170
Definition: macwindowmanager.h:147
T right
Definition: rect.h:171
Definition: formatinfo.h:28
Definition: macdialog.h:80