Table Cell Functions
Functions Introduced
Use the function
ProUITableCellLabelSet() to set the text contained in the table cell.
Use the function
ProUITableCellLabelGet() to get the text contained in the table cell.
Use the function
ProUITableCellHelpTextSet() to set the help text for the table cell.
Use the function
ProUITableIsCellSensitive() to determine if the table cell is sensitive to user input.
Use the function
ProUITableCellEnable() to set the table cell to be sensitive to user input.
Use the function
ProUITableCellDisable() to set the table cell to be insensitive to user input.
Use the function
ProUITableCellComponentNameSet() to set the component name contained in the table cell.
Use the function
ProUITableCellComponentNameGet() to get the component name contained in the table cell.
Use the function
ProUITableCellComponentCopy() to copy a predefined component and places it in the table in the designated cell. The component will be displayed in this cell.
Use the function
ProUITableCellComponentDelete() to remove the component contained in the table cell.
Use the function
ProUITableAnchorCellSet() to set the coordinates of the table selection anchor cell.
Use the function
ProUITableAnchorCellGet() to get the coordinates of the table selection anchor cell.
Use the function
ProUITableFocusCellSet() to set the coordinates of the table selection focus cell.
Use the function
ProUITableFocusCellGet() to get the coordinates of the table selection focus cell.
Use the function
ProUITableCellAttachTop() to attach the contents of the cell to the top of the cell.
Use the function
ProUITableCellUnattachTop() to unattach the contents of the cell from the top of the cell.
Use the function
ProUITableIsCellAttachedTop() to determine if the contents of the cell are attached to the top of the cell.
Use the function
ProUITableCellAttachBottom() to attach the contents of the cell to the bottom of the cell.
Use the function
ProUITableCellUnattachBottom() to unattach the contents of the cell from the bottom of the cell.
Use the function
ProUITableIsCellAttachedBottom() to determine if the contents of the cell are attached to the bottom of the cell.
Use the function
ProUITableCellAttachLeft() to attach the contents of the cell to the left of the cell.
Use the function
ProUITableCellUnattachLeft() to unattach the contents of the cell from the left of the cell.
Use the function
ProUITableIsCellAttachedLeft() to determine if the contents of the cell are attached to the left of the cell.
Use the function
ProUITableCellAttachRight() to attach the contents of the cell to the right of the cell.
Use the function
ProUITableCellUnattachRight() to unattach the contents of the cell from the right of the cell.
Use the function
ProUITableIsCellAttachedRight() to determine if the contents of the cell are attached to the right of the cell.
Use the function
ProUITableCellHelptextStringGet() to get the help-text that is displayed while the cursor is over the table cell.
Use the function
ProUITableCellHelptextStringSet() to set the help-text to be displayed when the cursor is over the table cell.
Use the function
ProUITableCellForegroundColorGet() to get the foreground color of the table cell.
Use the function
ProUITableCellForegroundColorSet() to set the foreground color of the table.
Use the function
ProUITableCellBackgroundColorGet() to get the background color of the table cell.
Use the function
ProUITableCellBackgroundColorSet() to set the background color of the table cell.
Example 5: To Assign Components into Table Cells
The sample code in UgUITables.c located at <creo_toolkit_loadpoint>/protk_appls/pt_userguide/ptu_ui shows how to assign components into table cells.