.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Goo::Canvas::ImageModel 3pm" .TH Goo::Canvas::ImageModel 3pm "2017-07-23" "perl v5.26.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Goo::Canvas::ImageModel \- wrapper for GooCanvasImageModel .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 3 \& Glib::Object \& +\-\-\-\-Goo::Canvas::ItemModelSimple \& +\-\-\-\-Goo::Canvas::ImageModel .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 1 \& Goo::Canvas::ItemModel .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "itemmodel = Goo::Canvas::ImageModel\->\fBnew\fP ($parent, $pixbuf, $x, $y, ...)" .el .SS "itemmodel = Goo::Canvas::ImageModel\->\fBnew\fP ($parent, \f(CW$pixbuf\fP, \f(CW$x\fP, \f(CW$y\fP, ...)" .IX Subsection "itemmodel = Goo::Canvas::ImageModel->new ($parent, $pixbuf, $x, $y, ...)" .IP "\(bu" 4 \&\f(CW$parent\fR (Goo::Canvas::ItemModel) .IP "\(bu" 4 \&\f(CW$pixbuf\fR ((unknown)) .IP "\(bu" 4 \&\f(CW$x\fR (double) .IP "\(bu" 4 \&\f(CW$y\fR (double) .IP "\(bu" 4 \&... (list) .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'alpha' (double : default 1 : readable / writable)" 4 .IX Item "'alpha' (double : default 1 : readable / writable)" The opacity of the image, 0.0 is fully transparent, and 1.0 is opaque. .IP "'height' (double : default 0 : readable / writable)" 4 .IX Item "'height' (double : default 0 : readable / writable)" The height of the image .IP "'pattern' (Goo::Cairo::Pattern : default undef : readable / writable)" 4 .IX Item "'pattern' (Goo::Cairo::Pattern : default undef : readable / writable)" The cairo pattern to paint .IP "'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)" 4 .IX Item "'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)" The GdkPixbuf to display .IP "'scale\-to\-fit' (boolean : default false : readable / writable)" 4 .IX Item "'scale-to-fit' (boolean : default false : readable / writable)" If the image is scaled to fit the width and height settings .IP "'width' (double : default 0 : readable / writable)" 4 .IX Item "'width' (double : default 0 : readable / writable)" The width of the image .IP "'x' (double : default 0 : readable / writable)" 4 .IX Item "'x' (double : default 0 : readable / writable)" The x coordinate of the image .IP "'y' (double : default 0 : readable / writable)" 4 .IX Item "'y' (double : default 0 : readable / writable)" The y coordinate of the image .SH "SEE ALSO" .IX Header "SEE ALSO" Glib::Object, Goo::Canvas::ItemModelSimple .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2017 Gtk2\-Perl Team