Difference between revisions of "HPL3/SOMA/Scripting/eWidgetType"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
 
Line 46: Line 46:
 
| <code>eWidgetType_LastEnum</code> || <code>20</code> ||
 
| <code>eWidgetType_LastEnum</code> || <code>20</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:58, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
eWidgetType_Root 0
eWidgetType_Window 1
eWidgetType_Button 2
eWidgetType_Frame 3
eWidgetType_Label 4
eWidgetType_Slider 5
eWidgetType_TextBox 6
eWidgetType_CheckBox 7
eWidgetType_Image 8
eWidgetType_ListBox 9
eWidgetType_ComboBox 10
eWidgetType_ContextMenu 11
eWidgetType_MainMenu 12
eWidgetType_MenuItem 13
eWidgetType_Tab 14
eWidgetType_TabFrame 15
eWidgetType_Group 16
eWidgetType_User 19
eWidgetType_LastEnum 20

References

See all references...