This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Line
CI edited this page Nov 12, 2022
·
4 revisions
Documentation for the Line object. Created with LibDropDown:CreateLine().
Sets the state of a radio button.
-
state
: Enables/disables a radio button (boolean)
Returns the current boolean state of a radio button.
Sets the state of a checkbutton.
-
state
: Enables/disables a checkbutton (boolean)
Returns the current boolean state of a checkbutton.
See FrameXML/Util.lua's CreateTextureMarkup
See FrameXML/Util.lua's CreateTextureMarkup
See FrameXML/Util.lua's CreateAtlasMarkup
See FrameXML/Util.lua's CreateAtlasMarkup
Sets the Line text.
-
text
- text to set on the Line (string)
Updates the Line text.
Sets the texture (and optional color) on the Line.
-
texture
- texture to set (string) -
color
- color to set (object)
Updates the displayed state of the line.
Resets the state of the Line back to default.
Is called at the start of Menu:UpdateLine().