C
cLib Wiki
No results found
Steam Login
Getting Started
Core Systems
Networking
Database
Debug System
Internationalization
Animation System
VGUI - Basic
cLib.DFrame cLib.DButton cLib.DAnimatedLabel
VGUI - Input
VGUI - Containers
VGUI - Advanced
Utilities
Examples
  1. Inicio
  2. /
  3. VGUI - Basic

VGUI - Basic

Basic UI components: Frame, Button, Label

cLib.DFrame

# cLib.DFrame Styled frame window with header, close button, and optional blur effect. ## Basic Usage ```lua local frame = vgui.Create("cLib.DFrame...

cLib.DButton

# cLib.DButton Styled button with hover/press states and optional icon. ## Basic Usage ```lua local btn = vgui.Create("cLib.DButton", parent) btn:S...

cLib.DAnimatedLabel

# cLib.DAnimatedLabel Label with typewriter animation effect. ## Basic Usage ```lua local label = vgui.Create("cLib.DAnimatedLabel", parent) label:...

© 2026 cLib Wiki - Documentation for Garry's Mod
Created And Hosted By Alienhost.es