Panel Hooks

From GMod Wiki

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 ActionSignal
NewerClient.png ApplySchemeSettings
NewerClient.png Init
NewerClient.png OnCursorEntered
NewerClient.png OnCursorExited
NewerClient.png OnCursorMoved
NewerClient.png OnKeyCodePressed
NewerClient.png OnMousePressed
NewerClient.png OnMouseReleased
NewerClient.png OnMouseWheeled
NewerClient.png Paint
NewerClient.png PaintOver
NewerClient.png PerformLayout
NewerClient.png Think

Button

NewerClient.png DoClick

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox