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
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