Re: TreeView to build a table?

2006-12-11 Thread Eugene Zagidullin
On Mon, 11 Dec 2006 23:38:57 +0100
Enrico Tröger [EMAIL PROTECTED] wrote:

ET Is there any way to select single cells?
ET Or should I use another widget? I thought of a GtkTable and fill it
ET with GtkButtons but I assume this would heavily slow down the process of
ET realising the dialog.

Look at GQview (http://gqview.sourceforge.net/). Icon view uses GtkTreeView
with selectable cells. I don't know how, but it works =)

-- 
Best regards,
 Eugene  mailto:[EMAIL PROTECTED]
 ICQ:127457886
 xmpp://[EMAIL PROTECTED]
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to get the used style for a widget

2006-12-04 Thread Eugene Zagidullin
On Mon, 4 Dec 2006 15:13:56 +0100
Enrico Tröger [EMAIL PROTECTED] wrote:

ET how can I get the style which is actually used to draw the widgets in
ET an application?

This shoud work correct:

GtkStyle *rc_style = gtk_rc_get_style (your_widget);

-- 
Best regards,
 Eugene  mailto:[EMAIL PROTECTED]
 ICQ:127457886
 xmpp://[EMAIL PROTECTED]
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list