GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Glabel Class Reference

#include <Glabel.h>

Inheritance diagram for Glabel:

Gwidget Gobject List of all members.

Public Methods

 Glabel (Gstring label)
 Glabel (const char *label)
 ~Glabel ()
Gstring GetText ()
void SetText (Gstring text)
void SetText (const char *text)

Detailed Description

The Glabel is a widget that display a string.
Author(s):
Thibaut Nicolas
Version:
0.1.0
Examples:

layout.cpp.


Member Function Documentation

Gstring Glabel::GetText ( )
 

Return the text of the label

void Glabel::SetText ( const char * text )
 

The const char* version of SetText

void Glabel::SetText ( Gstring text )
 

Set the text of the label


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