A grid with gtk

2005-04-14 Thread Giovanni Manenti
Hi, I'm using GtkSheet from GtkExtra because I need to use grids in my application. There is another widget like GtkSheet in gtk? Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: A grid with gtk

2005-04-14 Thread Hubert Sokolowski
Hi. Hi, I'm using GtkSheet from GtkExtra because I need to use grids in my application. There is another widget like GtkSheet in gtk? you can always use plain GtkTreeView for grids. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: A grid with gtk

2005-04-14 Thread Stefan Kost
Hi Hubert, not really. GtkTreeView 1.) misses a selection mode for rectangualr areas. 2.) can't show row-headings (like the columns headers) Apart - anyone knows who is maintaing the TreeView widget and if possibly the one has becom less involved? Stefan Hi. Hi, I'm using GtkSheet from GtkExtra

Re: A grid with gtk

2005-04-14 Thread John Cupitt
On 4/14/05, Stefan Kost [EMAIL PROTECTED] wrote: not really. GtkTreeView 1.) misses a selection mode for rectangualr areas. 2.) can't show row-headings (like the columns headers) Apart - anyone knows who is maintaing the TreeView widget and if possibly the one has becom less involved? Hi,

Re: A grid with gtk

2005-04-14 Thread Stefan Kost
Hi John, I've tried the grid, but wasn't too happy with that either. If the GtkTreeview maintains pops up again, maybee supporting rectangular selection can be discussed. STefan On 4/14/05, Stefan Kost [EMAIL PROTECTED] wrote: not really. GtkTreeView 1.) misses a selection mode for rectangualr

How to get to the current theme ?

2005-04-14 Thread Peter Zhelezniakov
Hello, I have a program that paints widgets to an offscreen pixmap. All my widgets are realized and parented off a toplevel GtkWindow which is not shown on screen. It works, but widgets do not update style when the theme changes and continue paint using old style. I presume this happens

Re: GtkTreeView data

2005-04-14 Thread Gabriel de Perthuis
Le jeudi 14 avril 2005 18:23 +0100, Kris Marsh a crit : Hi, I'm trying to attach extra information to each row in a list, and then retrieve it later on from a row on a double click (row_activated) event. Basically, i've tried: g_object_set_data(G_OBJECT(iter_child), my_info,

Re: GTK Coding Conventions

2005-04-14 Thread Vladislav Grinchenko
On Wed, 2005-04-13 at 07:12, Rick Sutphin wrote: Thanks for the response. I appreciate the suggestion. I was hoping for something along the lines of an object oriented 'HelloWorld' example (I am not a very experinenced coder). I am currently working through the GObject tutorial. Why

TreeView multiple selection

2005-04-14 Thread Francois_Lefebvre
Hi all, I'm trying to transfer a selection between to treeviews : on is an iconview the other is a treeview, both of them uses the same model. Each of these view are on different page of the same notebook, so the user can choose what kind of display he wants. To transfert the selection between