Query: gimp::basewidget
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
basewidget(3) User Contributed Perl Documentation basewidget(3)NAMEGimp::basewidget - pragma to declare the superclass of a gtk widgetSYNOPSISuse Gimp::basewidget 'superclass'; e.g. use Gimp::basewidget Gtk::Button;DESCRIPTIONThis pragma can (but does not need to) be used to declare the current package as a childclass of an existing Gtk widget class. The only "import tag" must be the name of the existing superclass. The module automatically registers a subtype, calls a special callback at gtk initialization time and provides default implementations for some common methods (the list might grow in the future to enhance settor/gettor functionality). The following methods are provided. All of them can be overriden in your package. new A simple generic new constructor is provided. It will simply call "Gtk::Object::new" with all the provided arguments. GTK_INIT This callback is called as early as possible after gtk was initialized, but not before. This can be used to register additional sub- types, argument types etc. It is similar to GTK_CLASS_INIT. GTK_CLASS_INIT Unlike the standard Gtk-callback of the same name, this method can be omitted in your package (while still being a valid Widget). GTK_OBJECT_INIT This callback can also be omitted, but this rarely makes sense ;)BUGSThis was a pain to implement, you will not believe this when looking at the code, though.AUTHORMarc Lehmann <pcg@goof.com>.SEE ALSOperl(1), Gimp, Gimp::UI, Gtk. perl v5.8.0 2001-12-06 basewidget(3)
Related Man Pages |
---|
gimp::feature(3) - redhat |
gimp::fu(3) - redhat |
gimp::oo(1) - redhat |
gimp::pixel(1) - redhat |
io::async::loop::glib(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
R-310: Gimp Security Vulnerabilities |
Gtk Theme Switch Ex 2.0.0-rc4 (Default branch) |
How to edit clouds with gimp, artistic painting. |
Error in terminal: Gtk-CRITICAL |
32bit GTK2 application |