search for: gtkwrapmod

Displaying 1 result from an estimated 1 matches for "gtkwrapmod".

Did you mean: gtkwrapmode
2015 Oct 05
0
[PATCH] p2v: fix mode for gtk_label_set_line_wrap_mode
Accoding to its documentation [1], it takes as second parameter a PangoWrapMode and not a GtkWrapMode. While the change should reflect the actual value intended, it should slightly change the label wrap mode: GTK_WRAP_WORD is 2, which corresponds (as int value) to PANGO_WRAP_WORD_CHAR. [1] https://developer.gnome.org/gtk2/stable/GtkLabel.html#gtk-label-set-line-wrap-mode --- p2v/gui.c | 2 +- 1...