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

Function InsertColumnAt

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_MultiListBox.h:552–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 }
551
552 void InsertColumnAt(
553 Convert<size_t>::Type _column ,
554 Convert<const MyGUI::UString &>::Type _name ,
555 Convert<int>::Type _width )
556 {
557 MMYGUI_CHECK_NATIVE(mNative);
558 static_cast<ThisType*>(mNative)->insertColumnAt(
559 Convert<size_t>::From(_column) ,
560 Convert<const MyGUI::UString &>::From(_name) ,
561 Convert<int>::From(_width) );
562 }
563 public:
564 void SetCoord(
565 Convert<int>::Type _left ,

Callers

nothing calls this directly

Calls 1

insertColumnAtMethod · 0.45

Tested by

no test coverage detected