Labeled
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_labeled_get_type ()" ) ]
public class Labeled :
Grid,
Implementor,
Buildable,
Orientable
This widget is a Grid showing a
Label used as mnemonic on another widget.
Content:
Properties:
Creation methods:
Methods:
- public unowned Label get_label ()
This function returns the
Label packed in this.
- public unowned string get_text ()
This function will return exactly what you entered with
set_text or through the "label" property because this class expects labels
to have mnemonics (and allows Pango formatting).
- public void set_text (string text)
Signals:
Inherited Members:
All known members inherited from class Gtk.Grid
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable