Exemple #1
0
// 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))
}
Exemple #2
0
func (self *Label) SetJustify(jtype GtkJustification) {
	C.gtk_label_set_justify(self.object, C.GtkJustification(jtype))
}