User:Jacek Antonelli/UI Classes

From Second Life Wiki
< User:Jacek Antonelli
Revision as of 20:07, 17 January 2008 by Jacek Antonelli (talk | contribs) (Fleshed out some more)
Jump to navigation Jump to search

Partial list. Will clean this up and post it somewhere later. Jacek Antonelli 17 January 2008

LLView

Name Description Data Type Note
rect_control String
left Location of left edge Integer
left_delta Integer
bottom Location of bottom edge Integer
bottom_delta Integer
right Location of right edge Integer
top Location of top edge Integer
width Element width Integer
height Element height Integer
follows Which edges resize along with the parent element String A pipe-separated list of one or more: all, bottom, left, right, top
control_name String
tool_tip String
enabled Bool
visible Bool
hidden Bool
default_tab_group Integer
font Text font family String
halign Text horizontal alignment String One of: left, right, center
valign Text vertical alignment String One of: left, right, center
style Text style String One of: normal, bold, italic, underline
tab_stop Bool

LLUICtrl

LLButton (<button>)

LLCheckBoxCtrl (<check_box>)

LLComboBox (<combo_box>)

LLLineEditor (<line_editor>)

LLPanel (<panel>)

LLFloater (<floater>)

LLScrollingPanel

LLRadioGroup (<radio_group>)

LLScrollBar

LLScrollableContainerView

LLTextBox (<text>)

LLTextEditor (<text_editor>)