GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gscroll Class Reference

#include <Gcontainers.h>

Inheritance diagram for Gscroll:

Gcontainers Gwidget Gobject List of all members.

Public Methods

 Gscroll (bool hscroll=true, bool vscroll=true)
void Add (Gwidget *w)

Detailed Description

A Gscroll provide a scrollable container usable with scrollable widgets (ex: Gtext)
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

Gscroll::Gscroll ( bool hscroll = true,
bool vscroll = true )
 

Construct a gscroll with horizontal scrolling and/or vertical scrolling

Parameters:
hscroll   specify if horizontal scrollbar is present
vscroll   specify if vertical scrollbar is present


Member Function Documentation

void Gscroll::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