Re: [gtk-list] Re: wrong wordwrap behaviour



> First, if you try fooling around with the default text in testgtk,
> toggling word-wrap and changing the width. I think you'll appreciate
> why I left the capability to break on characters. Word wrap for
> code does not produce good results.

Ok. I understand this point.

>    gtk_text_set_wrap (text, GTK_WRAP_[NONE/WORDS/CHARS]) ]
> 
> The second could be implemented now easily enough. (And can
> be simulated by setting GTK_TEXT (text)->line_wrap = FALSE).
> 
> But you would quickly discover why it hasn't been done. Horizontal
> scrolling is not yet implemented. ;-)

Yeah, that'll explain it :-)

> 
> (You might want to just not show the horizontal scrollbar for now).
> 

I don't actually want a horizontal scrollbar, it was a matter of
completeness:-)

Thanks

Tony



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]