libgpwidgets enums

libgpwidgets enums — Public enums used through the libgpwidgets library

Synopsis

enum                GpwEdge;

Description

Documentation repository for all the enums used by the Gtk+2 panel custom widgets.

Details

enum GpwEdge

enum GpwEdge {
    GPW_EDGE_TOP,
    GPW_EDGE_BOTTOM
};

Specifies in which edge a GpwPanel should be attached. Currently, gtk2panel only support horizontal edges.

GPW_EDGE_TOP

The panel will be attached at the top of the screen. Its width will be extended to match the screen width.

GPW_EDGE_BOTTOM

The panel will be attached at the bottom of the screen. Its width will be extended to match the screen width.
libgpwidgets enums was last modified by gtk-doc on Tue 04 Aug 2009 09:51:07 PM CEST
Hosted by Gtk+2 panel at SourceForge.net. Fast, secure and Free Open Source software downloads