GtkSeparator {RGtk2}R Documentation

GtkSeparator

Description

Base class for GtkHSeparator and GtkVSeparator

Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkSeparator
                           +----GtkHSeparator
                           +----GtkVSeparator

Interfaces

GtkSeparator implements GtkBuildable and AtkImplementorIface.

Detailed Description

The GtkSeparator widget is an abstract class, used only for deriving the subclasses GtkHSeparator and GtkVSeparator.

Structures

GtkSeparator
The GtkSeparator struct contains private data only.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkSeparator.html


[Package RGtk2 version 2.12.5-3 Index]