GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Builder(3) User Contributed Perl Documentation Gtk2::Builder(3)

Gtk2::Builder - wrapper for GtkBuilder

  Glib::Object
  +----Gtk2::Builder

$filename (localized file name)

May croak with a Glib::Error in $@ on failure.

$buffer (string)

May croak with a Glib::Error in $@ on failure.

  • $buffer (string)
  • $first_object_id (string)
  • ... (list)

Since: gtk+ 2.14

There are four ways to let Gtk2::Builder do the signal connecting work for you:
"$builder->connect_signals ($user_data)"
When invoked like this, Gtk2::Builder will connect signals to functions in the calling package. The callback names are specified in the UI description.
"$builder->connect_signals ($user_data, $package)"
When invoked like this, Gtk2::Builder will connect signals to functions in the package $package.
"$builder->connect_signals ($user_data, $object)"
When invoked like this, Gtk2::Builder will connect signals to method calls against the object $object.
"$builder->connect_signals ($user_data, %handlers)"
When invoked like this, %handlers is used as a mapping from handler names to code references.

  • $func (scalar)
  • $user_data (scalar)

$name (string)

$domain (string or undef)

'translation-domain' (string : default undef : readable / writable / private / static-nick / static-blurb)
The translation domain used by gettext

Gtk2, Glib::Object

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

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

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.