Frame: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
m (→‎top: clean up, added orphan, stub tags)
 
Line 1: Line 1:
{{Orphan|date=January 2024}}
'''<code>vgui::Frame</code>''' is the base [[VGUI]] class for window which can be dragged, resized, maximised, minimised and closed.
'''<code>vgui::Frame</code>''' is the base [[VGUI]] class for window which can be dragged, resized, maximised, minimised and closed.


Line 5: Line 7:
[[Category:VGUI]]
[[Category:VGUI]]
[[Category:Classes]]
[[Category:Classes]]
{{stub}}

Latest revision as of 22:43, 21 January 2024

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.


Stub

This article or section is a stub. You can help by expanding it.