Frame

From Valve Developer Community
Revision as of 07:26, 2 August 2011 by Artfunkel (talk | contribs) (Created page with "'''<code>vgui::Frame</code>''' is the base VGUI class for window which can be dragged, resized, maximised, minimised and closed. In Alien Swarm and later, consider using <co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

vgui::Frame is the base VGUI class for window which can be dragged, resized, maximised, minimised and closed.

In Alien Swarm and later, consider using CBaseModFrame instead of accessing Frame directly.