forget about the Widget Size

2005-06-03 Thread Daniel Ferreira Monteiro Alves
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

Widget Size

2005-06-03 Thread Daniel Ferreira Monteiro Alves
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

Re: Glade C code a bad thing?

2005-06-03 Thread Claudio Polegato Junior
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

How to remove all the columns of a GtkListStore in one shot ?

2005-06-03 Thread Colossus
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 *

Re: get sys date

2005-06-03 Thread Jan-Marek Glogowski
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