func (ptr *QMacToolBarItem) SetSelectable(selectable bool) { defer qt.Recovering("QMacToolBarItem::setSelectable") if ptr.Pointer() != nil { C.QMacToolBarItem_SetSelectable(ptr.Pointer(), C.int(qt.GoBoolToInt(selectable))) } }
func (ptr *QMacToolBarItem) SetSelectable(selectable bool) { if ptr.Pointer() != nil { C.QMacToolBarItem_SetSelectable(ptr.Pointer(), C.int(qt.GoBoolToInt(selectable))) } }