Re: Getting text out of a GtkTextView

2003-06-22 Thread Carl B. Constantine
* Carl B. Constantine ([EMAIL PROTECTED]) wrote: > > The following link tells you how to get the contents of the > > entire text widget as a string: > > http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html#id2850623 > > No it's not. that url doesn't resolve (at least as far as th

Re: Getting text out of a GtkTextView

2003-06-22 Thread Carl B. Constantine
* Seth Remington ([EMAIL PROTECTED]) wrote: > You've created two pointers to a GtkTextIter, but they don't point to a > valid GtkTextIter structure in memory. Here's what you probably meant to > do... > > void insertCustomer( GtkWidget*customers ) > { > GtkTextBuffer *specialBuff

automatically resizing widgets properly

2003-06-22 Thread Chris Phillips
Hi people, I'm in the middle of porting my gtk app to gtk2, and have been replacing set_usize calls to set_size_request, but I'm left thinking that there has to be a better way to do this...? the docs talk about the inherent duffness of forcing a widget size (i'm using lots of small gtk_entry'