Template:CWSFUNCS: Difference between revisions
Jump to navigation
Jump to search
AriosJentu (talk | contribs) No edit summary |
AriosJentu (talk | contribs) |
||
Line 249: | Line 249: | ||
*[[CustomScrollPane:setVerticalScrollInversed]] | *[[CustomScrollPane:setVerticalScrollInversed]] | ||
*[[CustomScrollPane:setHorizontalScrollInversed]] | *[[CustomScrollPane:setHorizontalScrollInversed]] | ||
*[[CustomScrollPane:setHorizontalScrolling]] | |||
==== Get Functions ==== | ==== Get Functions ==== | ||
Line 254: | Line 255: | ||
*[[CustomScrollPane:getVerticalScrollPosition]] | *[[CustomScrollPane:getVerticalScrollPosition]] | ||
*[[CustomScrollPane:getHorizontalScrollPosition]] | *[[CustomScrollPane:getHorizontalScrollPosition]] | ||
*[[CustomScrollPane:isHorizontalScrolling]] | |||
==== Event Functions ==== | ==== Event Functions ==== | ||
Line 259: | Line 261: | ||
*[[CustomScrollPane:addElement]] | *[[CustomScrollPane:addElement]] | ||
*[[CustomScrollPane:removeElement]] | *[[CustomScrollPane:removeElement]] | ||
*[[CustomScrollPane:update]] | |||
=== '''Custom Events''' === | === '''Custom Events''' === |
Revision as of 16:16, 28 July 2018
Resource Wiki with content located here: Resource:CustomWidgets
Custom Widgets
This methods working for all elements except CustomDialogs and CustomTooltips
Set Functions
- CustomWidget:setPosition
- CustomWidget:setSize
- CustomWidget:setVisible
- CustomWidget:setEnabled
- CustomWidget:setColorScheme
Get Functions
- CustomWidget:getPosition
- CustomWidget:getSize
- CustomWidget:getRealSize
- CustomWidget:getVisible
- CustomWidget:getEnabled
- CustomWidget:getColorScheme
Event Functions
Custom Windows
Create Function
Set Functions
Get Functions
- CustomWindow:getTitle
- CustomWindow:getText
- CustomWindow:getMovable
- CustomWindow:getCloseEnabled
- CustomWindow:getFrame
- CustomWindow:getHeader
- CustomWindow:getDialog
Event Functions
- CustomWindow:open
- CustomWindow:close
- CustomWindow:addElement
- CustomWindow:addElements
- CustomWindow:showDialog
- CustomWindow:showBar
Custom Buttons
Create Function
Set Functions
Get Functions
Custom Progress Bars
Create Function
Set Functions
Get Functions
Custom Scroll Bars
Create Function
Set Functions
Get Functions
Custom Edit Boxes
All functions, what has mark CustomEditBox available for CustomEdit, CustomMemo and CustomNumberScroller.
Create Functions
Set Functions
Get Functions
Event Functions
Custom Check Boxes
Create Function
Set Functions
Get Functions
Custom Combo Boxes
Create Function
Set Functions
Get Functions
Event Functions
Custom Tabbed Panels
Create Function
Set Functions
- CustomTabPanel:setTabVisible
- CustomTabPanel:setTabEnabled
- CustomTabPanel:setTabText
- CustomTabPanel:setSelectedTab
- CustomTabPanel:setTabsMinLength
Get Functions
- CustomTabPanel:getTabVisible
- CustomTabPanel:getTabEnabled
- CustomTabPanel:getTabText
- CustomTabPanel:getTabFromText
- CustomTabPanel:getSelectedTab
- CustomTabPanel:getTabsMinLength
- CustomTabPanel:getTabHeader
Event Functions
Custom Labels
Create Function
Set Functions
- CustomLabel:setText
- CustomLabel:setColor
- CustomLabel:setSchematicalColor
- CustomLabel:setHoverable
- CustomLabel:setVerticalAlign
- CustomLabel:setHorizontalAlign
- CustomLabel:setAlign
- CustomLabel:setFont
Get Functions
Custom Dialogs
Create Function
Event Functions
Custom Tool Tips
Create Function
Custom Loadings
Create Function
Set Functions
Get Functions
Custom Scroll Panes
Create Function
Set Functions
- CustomScrollPane:setScrollSpeed
- CustomScrollPane:setVerticalScrollPosition
- CustomScrollPane:setHorizontalScrollPosition
- CustomScrollPane:setVerticalScrollInversed
- CustomScrollPane:setHorizontalScrollInversed
- CustomScrollPane:setHorizontalScrolling
Get Functions
- CustomScrollPane:getScrollSpeed
- CustomScrollPane:getVerticalScrollPosition
- CustomScrollPane:getHorizontalScrollPosition
- CustomScrollPane:isHorizontalScrolling
Event Functions
- CustomScrollPane:getFrame
- CustomScrollPane:addElement
- CustomScrollPane:removeElement
- CustomScrollPane:update
Custom Events
- onCustomScrollBarScrolled
- onCustomDialogClick
- onCustomWindowClose
- onCustomComboBoxSelectItem
- onCustomTabPanelChangeTab