Label Class Reference

Inheritance diagram for Label:

Misc AccelLabel List of all members.

Detailed Description

A widget to display a text Label.


Public Member Functions

 this (char[] str)
 Creates a new text lable.

void setText (char[] str)
 Sets the label text.

char[] getText ()
 Gets the label text.

char[] getLabel ()
 Gets the label text.


Static Public Member Functions

GType getType ()
 Gets this class type.


Protected Member Functions

 this (GtkWidget *gtkWidget)
 Creates a Misc from a GtkMisc.


Member Function Documentation

char [] Label.getLabel  ) 
 

Gets the label text.

Returns:
the label text

char [] Label.getText  ) 
 

Gets the label text.

Returns:
the label text

GType Label.getType  )  [static]
 

Gets this class type.

Returns:
type

Reimplemented from Misc.

void Label.setText char[]  str  ) 
 

Sets the label text.

Parameters:
str the new label text

Label.this char[]  str  ) 
 

Creates a new text lable.

Parameters:
str the label text

Reimplemented in AccelLabel.

Label.this GtkWidget *  gtkWidget  )  [protected]
 

Creates a Misc from a GtkMisc.

Parameters:
gtkWidget the GtkMisc

Reimplemented from Misc.

Reimplemented in AccelLabel.


Generated on Sun Dec 21 02:47:11 2003 for DUI by doxygen 1.3.4