Re: Size negotiation and initial top-window size

2008-09-11 Thread Tim Orford
first_time = FALSE; } } GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect(G_OBJECT(window), "size-allocate", G_CALLBACK(on_allocate), NULL); } Regards -- Tim Orford ___ gtk-app-devel-list mailing list gt

Re: Reducing space between treeview rows

2006-04-26 Thread Tim Orford
A custom renderer should not be neccesary for relatively "normal" line spacing. Regards -- Tim Orford ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: The expander arrow (triangle) in TreeView - Firefox

2005-06-23 Thread Tim Orford
ble, (eg in the Dom Inspector) the column headers indicate to me that XUL is being used. regards -- Tim Orford ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Tim Orford
don't think that it's fundamentally a lot of work though -- most of the information needed at each row is available. It's mostly a matter of writing the drawing code." So if that information is correct, it is not currently possible to write a theme as described. regards -- Ti

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Tim Orford
possible. This standard feature was removed, in part because it "tends to confuse people". You can use the old deprecated widgets. regards -- Tim Orford ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailma