Panel Hooks

From GMod Wiki

Revision as of 18:11, 12 February 2011 by Donkie (Talk | contribs)
Jump to: navigation, search

Panels Information

Panels are the basic VGUI object - it can be anything from a frame (a VGUI window) to a button, textbox, or even a slider!

Panels are completely clientside, so they are only available clientside.

Panel

NewerClient.png Init
NewerClient.png Think
NewerClient.png Paint
NewerClient.png PaintOver
NewerClient.png PerformLayout
NewerClient.png OnCursorEntered
NewerClient.png OnCursorExited
NewerClient.png OnMouseWheeled
NewerClient.png OnMousePressed
NewerClient.png OnMouseReleased
NewerClient.png OnKeyCodePressed
NewerClient.png ApplySchemeSettings
NewerClient.png ActionSignal
NewerClient.png OnCursorMoved

Button

NewerClient.png DoClick

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox