Libglade resource consuming question.

2007-08-09 Thread Carlos Savoretti
of widgets are very resource consuming ? or not compared against xmlDocDumpFormatMemory () result ? Thanks a lot. Carlos Savoretti. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

How to get the height of the gtktreeview header ?

2007-07-05 Thread Carlos Savoretti
searched all around here, but the size of the window containing the header seems to be pretty private to me ;) Thanks in advance. Carlos Savoretti. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman

GtkTreeView total height.

2007-06-28 Thread Carlos Savoretti
Hi all! I'd need to compute the total height of a treeview based on the amount of rows its model has. I've tried with the following code but I had to set some constants that obviously works in my specific setting but I would like to know to what correspond that unknowns. Thanks in advance.

GtkTreeView total height.

2007-06-28 Thread Carlos Savoretti
-separator ? */ return row_height; } --- gint grid_height = n_rows * get_row_height (tree_view) + get_header_height (tree_view); /* header height ? */ --- - Thanks! Carlos Savoretti

GtkTreeView total height.

2007-06-27 Thread Carlos Savoretti
Hi all! I'd need to compute the total height of a treeview based on the amount of rows its model has. I've tried with the following code but I had to set some constants that obviously works in my specific setting but I would like to know to what correspond that unknowns. Thanks in advance.

How add a button widget to a cellrenderer ?

2007-04-11 Thread Carlos Savoretti
Hi! I just need to add a gtkbutton to a pre-existing gtkcellrenderer, (it is the treeview is already created). That button will make some stuff referred to the cell within it is placed, it is because I need to pack it in the same cell. Any idea... Thanks all!!!

QWidgetList QApplication::topLevelWidgets () ?

2007-03-20 Thread Carlos Savoretti
Hi all! A simple question... Is there any function equivalent to topLevelWidgets in gtk ? Or some way to emulate it ? I need it in order to iterate thru all the instances of a certain class created by an app. Thanks. ___ gtk-app-devel-list mailing

Left side widget of Evolution mail client

2006-03-09 Thread Carlos Savoretti
many thanks. Carlos Savoretti. [EMAIL PROTECTED] -- Carlos Savoretti [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Evolution widgets question.

2006-03-03 Thread Carlos Savoretti
of toolbar with a coloured background and big icons are pretty used all over there. Thanks all. Carlos Savoretti. [EMAIL PROTECTED] -- Carlos Savoretti [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Interactive search in a TreeView.

2005-11-17 Thread Carlos Savoretti
in a GtkDialog processing gtk_dialog_run. I'll try g_signal_emit_by_name() start-interactive-search to the treeview, but a seg.fault result. Any idea how I can do this ? Many thanks Carlos Savoretti Av. Cordoba 1154. 1055 Buenos Aires Argentina - -- Carlos Savoretti [EMAIL