DDrawer
Methods
DDrawer:Close()
Closes the DDrawer.
number DDrawer:GetOpenSize()
An AccessorFunc that returns the Open Size of DDrawer.
number DDrawer:GetOpenTime()
An AccessorFunc that returns the Open Time of DDrawer.
DDrawer:Open()
Opens the DDrawer.
DDrawer:SetOpenSize( number Value )
An AccessorFunc that sets the height of DDrawer
DDrawer:SetOpenTime( number value )
An AccessorFunc that sets the time (in seconds) for DDrawer to open.
DDrawer:Toggle()
Toggles the DDrawer.
Example
Creates a DDrawer in a DFrame; set the open size and time; add a panel in the drawer; open the DDrawer.