| GUILayoutStringTable Methods | 
The GUILayoutStringTable type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddTextColumn(String, GUIStyle) | Adds a text column into the table. | 
|  | AddTextColumn(String, LocalizableMessage, GUIStyle) | Adds a text column into the table. | 
|  | AddTextColumn(String, String, GUIStyle) | Adds a text column into the table with a value tooltip. | 
|  | AddTextColumn(String, String, LocalizableMessage, GUIStyle) | Adds a text column into the table with a value tooltip. | 
|  | AddTextColumn(GUIContent, GUIStyle, Single, Single) | Adds a content into the table column. | 
|  | StartNewRow | Tells that a new row is about to be rendered. | 
|  | UpdateFrame | Updates the table state each frame to remember the best column size values. | 
 See Also
See Also