22 #ifndef ULTIMA8_GUMPS_DESKTOPGUMP_H 23 #define ULTIMA8_GUMPS_DESKTOPGUMP_H 25 #include "ultima/ultima8/gumps/gump.h" 26 #include "ultima/ultima8/misc/classtype.h" 35 static bool _fadedModal;
37 ENABLE_RUNTIME_CLASSTYPE()
40 DesktopGump(int32 x, int32 y, int32 width, int32 height);
43 void RenderSurfaceChanged()
override;
51 static void SetFadedModal(
bool set) {
Definition: desktop_gump.h:34
Definition: render_surface.h:40
Definition: detection.h:27
void PaintThis(RenderSurface *surf, int32 lerp_factor, bool scaled) override
Overloadable method to Paint just this Gump (RenderSurface is relative to this)
void PaintChildren(RenderSurface *surf, int32 lerp_factor, bool scaled) override
Paint the Gumps Children (RenderSurface is relative to this)