]> spindle.queued.net Git - midori/commit
Sort out boxes and scrollables with GTK+ 3.2
authorChristian Dywan <christian@twotoasts.de>
Sun, 20 Nov 2011 21:14:30 +0000 (22:14 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 20 Nov 2011 21:14:30 +0000 (22:14 +0100)
commit0d2a6cd72f2297744be04ff4429ed4e693b2674d
tree02713e011c4952bc4e118fdcad38e9b39d08e02b
parent1cd86c32f4d3bc9cd8fc67bae314c90ce2645fae
Sort out boxes and scrollables with GTK+ 3.2

There is only GtkBox, neither GtkHBox nor GtkVBox.

Constructors and defaults have changed, we need
to set "orientation" for vertical boxes.

The panel takes care of its pages, and the view
of itself.

gtk_container_add on GtkBox is different to GtkVBox
so we must use gtk_box_pack_start.

GtkScrollable exists as a proper interface now.
katze/gtk3-compat.h
midori/midori-panel.c
midori/midori-view.c