PyCToolBarCtrl.InsertButton
int = InsertButton(nID, button )
Insert a button in a toolbar control.
Parameters
Comments
The image and/or string whose index you provide must have previously been added to the toolbar control's list using PyCToolBarCtrl::AddBitmap, PyCToolBarCtrl::AddString , and/or PyCToolBarCtrl::AddStrings.
MFC References