Re: Widgets in GtkCList cells




Matt Goodall <mgg@isotek.co.uk> writes:

> Hi,
> 
> gtkclist.h defines an enumeration, GtkCellType, which has an item called
> GTK_CELL_WIDGET. There is also a function, gtk_clist_get_cell_type(...)
> which returns a GtkCellType.
> 
> Does this mean that it's possible to put a widget, i.e.
> GtkToggleButton,  in a cell? If so does anyone know how?

It means that someone thought at one point that it would
be a good idea if this were implemented.

It's not implemented; implementing it would probably
mean changing GtkCList to derive from GtkLayout.

Regards,
                                        Owen



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