GtkFrame

GtkFrame

Container with a decorative frame and an optional label.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkBin
                     `-- GtkFrame

Direct subclasses

Description

GtkFrame is a container for a single child widget that provides a configurable shadowed border around the child's allocated area.

Constructor

GtkFrame ([string label = NULL ]);
-- Creates a decorative container.

Methods

set_label()
  Sets label text.
set_label_align()
  Sets label position.
set_shadow_type()
  Sets angle and depth of shadow.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.