Re: GtkDrawingArea size

2012-06-04 Thread Guenther Wutz
Hey if you use Gtk+-3.0 you can use GtkWindow* window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_resizable(window, FALSE); This should prevent the resizing and disables the grip. -- Günther Wutz Student der University of Applied Science Allgemeine Informatik Am Donnerstag, den 08.

GtkTreeView with resizeable Columns

2011-09-25 Thread Guenther Wutz
Hi list, i have a problem with GtkTreeViews in Gtk+-3.0. I want a behaviour like this: http://i.imgur.com/vAaHk.png My problem is, that this is not the default setting for GtkTreeViews. I already made an Test-Case for this: http://pastebin.com/wxvNAyUa The commented Code was only a test, but it