// SetJustify is a wrapper around gtk_label_set_justify(). func (v *Label) SetJustify(jtype Justification) { C.gtk_label_set_justify(v.native(), C.GtkJustification(jtype)) }
func (self *Label) SetJustify(jtype GtkJustification) { C.gtk_label_set_justify(self.object, C.GtkJustification(jtype)) }