Next:
Gtk2::Builder
Previous:
Gtk2::Box
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::Buildable



NAME

Gtk2::Buildable

HIERARCHY

  Glib::Interface
  +----Gtk2::Buildable

METHODS

$buildable->add_child ($builder, $child, $type)

$buildable->set_buildable_property ($builder, key => $value, ...)

object = $buildable->construct_child ($builder, $name)

object = $buildable->get_internal_child ($builder, $childname)

string = $buildable->get_name

$buildable->set_name ($name)

$buildable->parser_finished ($builder)

SEE ALSO

Gtk2, Glib::Interface

COPYRIGHT

Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.


[Top]