Just use the alocation property.
Thanks
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
How can I get a size of a widget, but the real size in pixels and not
the requested.
Daniel Alves
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Gus Koppel escreveu:
Olexiy Avramchenko wrote:
If the idea about general tool for XML -> C translation, sounds good
for you - start development. I think all interested people will help
you.
I don't think so. The idea about a general XML --> C translation tool
doesn't sound good to me and I
Hi,
I create 8 columns in a GtkListStore this way:
liststore = gtk_list_store_new (8, G_TYPE_STRING , G_TYPE_STRING,
G_TYPE_STRING,
G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING);
gtk_tree_view_set_model (GTK_TREE_VIEW (treeview1), GTK_TREE_MODEL
(liststore) );
char *
Hi
>developing gui with glade, c. i want to know the api or
> functionality to how to get system date and time, and how to display it
> to the particular widget.
Look into the GLib API Docs -> Date and Time Functions.
HTH
Jan-Marek
___
gtk-app