Template:CWSFUNCS: Difference between revisions
Jump to navigation
Jump to search
AriosJentu (talk | contribs) No edit summary |
AriosJentu (talk | contribs) No edit summary |
||
Line 69: | Line 69: | ||
==== Get Functions ==== | ==== Get Functions ==== | ||
*[[CustomButton:getText]] | *[[CustomButton:getText]] | ||
*[[CustomButton:getImage]] | |||
*[[CustomButton:getFrame]] | |||
Line 81: | Line 83: | ||
==== Get Functions ==== | ==== Get Functions ==== | ||
*[[CustomProgressBar:getProgress]] | *[[CustomProgressBar:getProgress]] | ||
*[[CustomProgressBar:getFrame]] | |||
Line 148: | Line 151: | ||
*[[CustomCheckBox:getText]] | *[[CustomCheckBox:getText]] | ||
*[[CustomCheckBox:getChecked]] | *[[CustomCheckBox:getChecked]] | ||
*[[CustomCheckBox:getFrame]] | |||
Line 164: | Line 168: | ||
*[[CustomComboBox:getItemText]] | *[[CustomComboBox:getItemText]] | ||
*[[CustomComboBox:getMaxHeight]] | *[[CustomComboBox:getMaxHeight]] | ||
*[[CustomComboBox:getItemsCount]] | |||
*[[CustomComboBox:getItems]] | |||
*[[CustomComboBox:getFrame]] | |||
==== Event Functions ==== | ==== Event Functions ==== | ||
*[[CustomComboBox:addItem]] | *[[CustomComboBox:addItem]] | ||
*[[CustomComboBox:removeItem]] | *[[CustomComboBox:removeItem]] | ||
*[[CustomComboBox:clear]] | |||
Line 190: | Line 198: | ||
*[[CustomTabPanel:getTabsMinLength]] | *[[CustomTabPanel:getTabsMinLength]] | ||
*[[CustomTabPanel:getTabHeader]] | *[[CustomTabPanel:getTabHeader]] | ||
*[[CustomTabPanel:getFrame]] | |||
==== Event Functions ==== | ==== Event Functions ==== | ||
Line 221: | Line 230: | ||
*[[CustomLabel:isSchematicalColor]] | *[[CustomLabel:isSchematicalColor]] | ||
*[[CustomLabel:isHoverable]] | *[[CustomLabel:isHoverable]] | ||
*[[CustomLabel:getFrame]] | |||
Line 237: | Line 247: | ||
==== Create Function ==== | ==== Create Function ==== | ||
*[[CustomTooltip.create]] | *[[CustomTooltip.create]] | ||
==== Set Function ==== | |||
*[[CustomTooltip:setShowTime]] | |||
==== Get Function ==== | |||
*[[CustomTooltip:getShowTime]] | |||
Revision as of 06:34, 14 August 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
- CustomWindow:setTitle
- CustomWindow:setText
- CustomWindow:setMovable
- CustomWindow:setCloseEnabled
- CustomWindow:setSideBarLength
- CustomWindow:setSideBarPosition
Get Functions
- CustomWindow:getTitle
- CustomWindow:getText
- CustomWindow:getMovable
- CustomWindow:getCloseEnabled
- CustomWindow:getSideBarLength
- CustomWindow:getSideBarPosition
- 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 CustomSpinner.
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
- CustomComboBox:getSelectedItem
- CustomComboBox:getItemText
- CustomComboBox:getMaxHeight
- CustomComboBox:getItemsCount
- CustomComboBox:getItems
- CustomComboBox:getFrame
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
- CustomTabPanel:getFrame
Event Functions
Custom Labels
Create Function
Set Functions
- CustomLabel:setText
- CustomLabel:setColor
- CustomLabel:setSchematicalColor
- CustomLabel:setHoverable
- CustomLabel:setVerticalAlign
- CustomLabel:setHorizontalAlign
- CustomLabel:setAlign
- CustomLabel:setFont
- CustomLabel:setFontSize
Get Functions
- CustomLabel:getText
- CustomLabel:getColor
- CustomLabel:getVerticalAlign
- CustomLabel:getHorizontalAlign
- CustomLabel:getFont
- CustomLabel:getFontSize
- CustomLabel:isSchematicalColor
- CustomLabel:isHoverable
- CustomLabel:getFrame
Custom Dialogs
Create Function
Event Functions
Custom Tool Tips
Create Function
Set Function
Get 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:isVerticalScrollInversed
- CustomScrollPane:isHorizontalScrollInversed
- CustomScrollPane:isHorizontalScrolling
Event Functions
- CustomScrollPane:getFrame
- CustomScrollPane:addElement
- CustomScrollPane:removeElement
- CustomScrollPane:update
Custom Table Views
Create Function
Set Functions
- CustomTableView:setSelectedLine
- CustomTableView:setIndentation
- CustomTableView:setTitleBarVisible
- CustomTableView:setLineHeight
- CustomTableView:setColumnWidth
- CustomTableView:setColumnTitle
- CustomTableView:setCellText
Get Functions
- CustomTableView:getSelectedLine
- CustomTableView:getIndentation
- CustomTableView:getTitleBarVisible
- CustomTableView:getLineHeight
- CustomTableView:getColumnWidth
- CustomTableView:getColumnTitle
- CustomTableView:getCellText
- CustomTableView:getCell
- CustomTableView:getLinesCount
- CustomTableView:getColumnsCount
Event Functions
- CustomTableView:addLine
- CustomTableView:removeLine
- CustomTableView:addColumn
- CustomTableView:removeColumn
- CustomTableView:update
Custom Events
- onCustomScrollPaneScrolled
- onCustomScrollBarScrolled
- onCustomDialogClick
- onCustomWindowClose
- onCustomCheckBoxChecked
- onCustomComboBoxSelectItem
- onCustomTabPanelChangeTab