Query: xacobeo::gobject
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Xacobeo::GObject(3pm) User Contributed Perl Documentation Xacobeo::GObject(3pm)NAMEXacobeo::GObject - Build GObjects easily.SYNOPSISpackage My::Widget; use Xacobeo::GObject; Xacobeo::GObject->register_package('Gtk2::Entry' => properties => [ Glib::ParamSpec->object( 'ui-manager', 'UI Manager', "The UI Manager that provides the UI", 'Gtk2::UIManager', ['readable', 'writable'], ), ], ); # Builtin constructor my $widget = My::Widget->new(); # Set the property and fires the signal 'notify::ui-manager' $widget->set_ui_manager(Gtk2::UIManager->new); # Get the property $widget->get_ui_manager; # Direct accessor/setter (the setter doesn't fire any signal) $widget->ui_manager;DESCRIPTIONSimple framework for building GObjects. This package is very similar to "Glib::Object::Subclass" except this one create accessors and setters for the object properties.AUTHORSEmmanuel Rodriguez <potyl@cpan.org>.COPYRIGHT AND LICENSECopyright (C) 2008,2009 by Emmanuel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-16 Xacobeo::GObject(3pm)
Related Man Pages |
---|
xacobeo(3pm) - debian |
gtk2::colorselectiondialog(3) - suse |
gtk2::imageview::scrollwin(3pm) - debian |
xacobeo::timer(3pm) - debian |
xacobeo::utils(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
libgee 0.1.1 (Default branch) |
GUPnP 0.3 (GUPnP Tools branch) |
GUPnP 0.1 (GUPnP A/V branch) |
libgee 0.1.4 (Default branch) |
libgee 0.1.5 (Default branch) |