RE: One more question about images and text in treeview



I know the flag, but I don't know what widget to change it on.
GtkTreeViewColumn isn't a widget so I can't set it on the whole column,  I
can't set it on the CellRenderer for the same reason.  Any ideas?

Thanks
eds

-----Original Message-----
From: gtk-app-devel-list-admin gnome org
[mailto:gtk-app-devel-list-admin gnome org]On Behalf Of Nabil Sayegh
Sent: Monday, September 09, 2002 8:53 AM
To: Erik Simonsen
Cc: gtk-app-devel-list
Subject: Re: One more question about images and text in treeview


On Mon, 2002-09-09 at 14:44, Erik Simonsen wrote:
want emphasis on the selection of a filename, not on its icon.  How can I
prevent the entire column of images from receiving focus?

A)
Widgets have a property:
  "can-focus"            gboolean             : Read / Write

B)
GTK_WIDGET_UNSET_FLAGS (widget, GTK_CAN_FOCUS);

hih
--
 e-trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : www.e-trolley.de

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




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