GTK window positioning

2012-09-18 Thread David Buchan
Hi, I've made a program that creates two new windows when demanded:   GtkWidget *window1, *scrolled_win1, *textview1;   GtkTextBuffer *buffer1;   GtkWidget *window2, *scrolled_win2, *textview2;   GtkTextBuffer *buffer2;   PangoFontDescription *textview_font1;   PangoFontDescription *textview_font

Howto set up a CSS-Animation for the "packing-process" of a container?

2012-09-18 Thread Moritz Renftle
Hi, I read about GTK's fancy new opportunities concerning CSS-styling and thought I had a use-case for it: My app has a Gtk.Grid with other widgets packed into it. Is it possible to create a CSS-file, which defines an animation for the packing- and removing-process of the Gtk.Grid? More generall