Re: GtkTreeView with CheckBox or Pixmap
- From: Martyn Russell <ginxd btopenworld com>
- To: Fernando Alencar Maróstica <famarost unimep br>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkTreeView with CheckBox or Pixmap
- Date: Sun, 29 Sep 2002 09:31:55 +0100
Fernando Alencar Maróstica wrote:
Hello all,
Anyone known GtkTreeView use with CheckBox Widgets or GDK_TYPE_PIXBUF?
I want GtkTreeView with pixmap.
small code:
*treestore = gtk_tree_store_new (3, G_TYPE_STRING, G_TYPE_STRING);
replaced:
*treestore = gtk_tree_store_new (3, G_TYPE_STRING, GDK_TYPE_PIXBUF);
sorry, i'm dummies for gtk+/gnome devel.
Thanks.
So do you want to switch a column between a STRING and a PIXBUF? or just
want to know how to do it?
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]