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

VGUI - Advanced

Advanced components: Modal, ContextMenu, Card, ColorPicker

cLib.DModal

# cLib.DModal Modal dialogs with animations (Alert, Confirm, Prompt). ## Quick Functions ### Alert Simple notification with OK button. ```lua cLi...

cLib.DContextMenu

# cLib.DContextMenu Styled context menu with submenus and dividers. ## Quick Function ```lua cLib.ShowContextMenu(options, x, y) ``` ```lua cLib.S...

cLib.DProgressBar

# cLib.DProgressBar Animated progress bar with multiple styles. ## Basic Usage ```lua local progress = vgui.Create("cLib.DProgressBar", parent) pro...

cLib.DCard

# cLib.DCard Material Design cards with image, title, subtitle, and content. ## Basic Usage ```lua local card = vgui.Create("cLib.DCard", parent) c...

cLib.DTooltip

# cLib.DTooltip Custom tooltips for panels. ## Quick Function ```lua cLib.SetTooltip(panel, text, delay) ``` ```lua local button = vgui.Create("cL...

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