[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Comments after successfully running gnetman . . . .
> [snip]
> >* I don't know what happened to the black line which surrounds the
> >multiple-lin text entry box. Is this some kind of switch that needs
> >to get set in the widget? I am not an GTK+ expert . . . .
>
> I think that border disappear when we went to a multi-line
> text entry widget. The text entry and text editing dialog box need
> serious help. I was planning on simplifying them and making them look
> better before I release the next version.
I've been playing around with x_multiattrib.nw, and in particular
with the call to gtk_text_view_new() and thereafter.
As a text entry field, gtk_text_view_new doesn't have a
surrounding black line. Do I need to put it in a container of some
sort?
I've been using the online docs (for verison 2.0) at www.gtk.org, but
they are rather incomplete. Are there any good books about GTK out
there?
Stuart