Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::canvas::shape(3pm) [debian man page]

Gnome2::Canvas::Shape(3pm)				User Contributed Perl Documentation				Gnome2::Canvas::Shape(3pm)

NAME
Gnome2::Canvas::Shape - Base class for canvas item shapes HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Shape METHODS
pathdef = $shape->get_path_def $shape->set_path_def ($path_def) o $path_def (Gnome2::Canvas::PathDef) PROPERTIES
'cap-style' (Gtk2::Gdk::CapStyle : default "butt" : readable / writable) 'dash' (gpointer : default 0 : readable / writable) 'fill-color' (string : default undef : writable) 'fill-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable) 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable) 'fill-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable) 'join-style' (Gtk2::Gdk::JoinStyle : default "miter" : readable / writable) 'miterlimit' (double : default 0 : readable / writable) 'outline-color' (string : default undef : writable) 'outline-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable) 'outline-color-rgba' (Glib::UInt : default 0 : readable / writable) 'outline-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable) 'width-pixels' (Glib::UInt : default 0 : readable / writable) 'width-units' (double : default 0 : readable / writable) 'wind' (Glib::UInt : default 0 : readable / writable) ENUMS AND FLAGS
enum Gtk2::Gdk::CapStyle o 'not-last' / 'GDK_CAP_NOT_LAST' o 'butt' / 'GDK_CAP_BUTT' o 'round' / 'GDK_CAP_ROUND' o 'projecting' / 'GDK_CAP_PROJECTING' enum Gtk2::Gdk::JoinStyle o 'miter' / 'GDK_JOIN_MITER' o 'round' / 'GDK_JOIN_ROUND' o 'bevel' / 'GDK_JOIN_BEVEL' SEE ALSO
Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gnome2::Canvas::Item COPYRIGHT
Copyright (C) 2003-2004 by the Gtk2-Perl Team. This software is licensed under the LGPL; see Gnome2::Canvas for a full notice. perl v5.14.2 2011-11-16 Gnome2::Canvas::Shape(3pm)

Check Out this Related Man Page

Gnome2::About(3pm)					User Contributed Perl Documentation					Gnome2::About(3pm)

NAME
Gnome2::About - wrapper for GnomeAbout HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gnome2::About INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gnome2::About->new ($name, $version, $copyright, $comments, $authors, $documenters=undef, $translator_credits=undef, $logo_pixbuf=undef) o $name (string) o $version (string) o $copyright (string) o $comments (string) o $authors (scalar) - either a reference to an array of strings or a plain string o $documenters (scalar) - either a reference to an array of strings or a plain string o $translator_credits (string) o $logo_pixbuf (Gtk2::Gdk::Pixbuf or undef) PROPERTIES
'authors' (GValueArray : default undef : writable) List of authors of the programs 'comments' (string : default undef : readable / writable) Comments about the program 'copyright' (string : default undef : readable / writable) Copyright information for the program 'documenters' (GValueArray : default undef : writable) List of people documenting the program 'logo' (Gtk2::Gdk::Pixbuf : default undef : writable) A logo for the about box 'name' (string : default undef : readable / writable) The name of the program 'translator-credits' (string : default undef : readable / writable) Credits to the translators. This string should be marked as translatable 'version' (string : default undef : readable / writable) The version of the program SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::About(3pm)
Man Page