Joachim Backes wrote:
> 
> On 03-Nov-99 Damon Chaplin wrote:
> >  Joachim Backes wrote:
> > >
> > > How to reduce the number of columns of a clist, or to add some columns to a clist
> > > widget, using glade?
> >
> >  GtkCList doesn't support adding/removing columns.
> >  You have to delete it and create a new clist instead.
> 
> Hi, Damon,
> 
> this was no gtk question (i know, that clists cannot be changed in such a
> way), but a glade question: Is it possible that glade implements such a
> feature by doing it in an internal manner?

Yes it could, but it would need to make sure it copied over all the properties
of the existing clist (including all the standard stuff) to the new one and
then replace it. It shouldn't be too difficult.

Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to