GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GboxLayout Class Reference

#include <Gcontainers.h>

Inheritance diagram for GboxLayout:

Gcontainers Gwidget Gobject List of all members.

Public Methods

 GboxLayout (Gcontainers::alignement alignement=Gcontainers::VERTICAL, int spaces=0)
void Add (Gwidget *w)

Detailed Description

A GboxLayout is a container in which the widget are placed horizontally or vertically.
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

GboxLayout::GboxLayout ( Gcontainers::alignement alignement = Gcontainers::VERTICAL,
int spaces = 0 )
 

Consruct a GboxLayout with specified alignement, Gcontainers::HORIZONTAL for example, and spaces between widget.


Member Function Documentation

void GboxLayout::Add ( Gwidget * w ) [virtual]
 

Add a widget to the container

Reimplemented from Gcontainers.


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002