Re: Packing a button in a GtkCellRenderer

2008-09-22 Thread Andrew Smith
Emmanuele Bassi a écrit : On Sun, 2008-09-21 at 21:30 -0400, Andrew Smith wrote: A custom cell renderer (as in http://scentric.net/tutorial/sec-custom-cell-renderers.html ) seems to be a lot of work, apparently I have to render the button myself.. but I may be misunderstanding. no, you unde

how to print selected row in gnome_db_raw_grid?

2008-09-22 Thread paragasu
how to get the value from the selected row in gnome_db_raw_grid? so i can put it inside gtk_dialog thank you.. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Packing a button in a GtkCellRenderer

2008-09-22 Thread Emmanuele Bassi
On Sun, 2008-09-21 at 21:30 -0400, Andrew Smith wrote: > >> A custom cell renderer (as in > >> http://scentric.net/tutorial/sec-custom-cell-renderers.html ) seems to > >> be a lot of work, apparently I have to render the button myself.. but I > >> may be misunderstanding. > > > > no, you unde