func (ptr *QMessageBox) TextFormat() core.Qt__TextFormat { if ptr.Pointer() != nil { return core.Qt__TextFormat(C.QMessageBox_TextFormat(ptr.Pointer())) } return 0 }
func (ptr *QLabel) TextFormat() core.Qt__TextFormat { if ptr.Pointer() != nil { return core.Qt__TextFormat(C.QLabel_TextFormat(ptr.Pointer())) } return 0 }
func (ptr *QWizard) TitleFormat() core.Qt__TextFormat { if ptr.Pointer() != nil { return core.Qt__TextFormat(C.QWizard_TitleFormat(ptr.Pointer())) } return 0 }