Last Modified
2013-06-13 12:54:41 +0200
Requires
  • common

Description

# Copyright (c) 2003-2005 Ruby-GNOME2 Project Team # This program is licenced under the same licence as Ruby-GNOME2. # # $Id: panes.rb,v 1.5 2005/02/12 23:06:07 kzys Exp $

Paned Widgets

The Gtk::HPaned and Gtk::VPaned Widgets divide their content area into two panes with a divider in between that the user can adjust. A separate child is placed into each pane.

There are a number of options that can be set for each pane. This test contains both a horizontal (HPaned) and a vertical (VPaned) widget, and allows you to adjust the options for each side of each widget.