Frame: Difference between revisions
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...") |
Thunder4ik (talk | contribs) |
||
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

This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by

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.