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;
106 const Font *getDialogFont();
107 void drawOutline(
Common::Rect &bounds,
int *spec,
int speclen);
111 void mouseMove(
int x,
int y);
112 void mouseClick(
int x,
int y);
113 int mouseRaise(
int x,
int y);
114 int matchButton(
int x,
int y);
Definition: managed_surface.h:51
int16 right
Definition: rect.h:146
Definition: macwindowmanager.h:149
Definition: formatinfo.h:28
int16 left
Definition: rect.h:145
Definition: macdialog.h:80