64 int _leftOff, _rightOff, _topOff, _gumpShape;
void Close(bool no_del=false) override
void InitGump(Gump *newparent, bool take_focus=true) override
void ChildNotify(Gump *child, uint32 message) override
void addPage(Gump *g)
add a page. Note: g already has to be a child gump.
void PaintThis(RenderSurface *, int32 lerp_factor, bool scaled) override
Overloadable method to Paint just this Gump (RenderSurface is relative to this)
Definition: paged_gump.h:34