MCPcopy Create free account
hub / github.com/MyGUI/mygui / addColumn

Method addColumn

UnitTests/UnitTest_MultiList/Mirror_MultiList.h:80–83  ·  view source on GitHub ↗

Add new column at last position @param _width Width of new column @param _name Name of new column */

Source from the content-addressed store, hash-verified

78 @param _name Name of new column
79 */
80 void addColumn(const MyGUI::UString& _name, int _width = 0, MyGUI::Any _data = MyGUI::Any::Null)
81 {
82 insertColumnAt(MyGUI::ITEM_NONE, _name, _width, _data);
83 }
84
85 /** Delete column */
86 void removeColumnAt(size_t _column)

Callers 1

UnitTest_MultiListMethod · 0.45

Calls

no outgoing calls

Tested by 1

UnitTest_MultiListMethod · 0.36