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
Goo::Canvas::ItemSimple(3) User Contributed Perl Documentation Goo::Canvas::ItemSimple(3)

Goo::Canvas::ItemSimple - wrapper for GooCanvasItemSimple

  Glib::Object
  +----Goo::Canvas::ItemSimple

  Goo::Canvas::Item

$recompute_bounds (boolean)

  • $x (double)
  • $y (double)
  • $cr (cairo_t)
  • $pointer_events (Goo::Canvas::PointerEvents)

$cr (cairo_t)

$cr (cairo_t)

$model (Goo::Canvas::ItemModel)

$cr (cairo_t)

$cr (cairo_t)

'antialias' (Goo::Cairo::Antialias : default "gray" : readable / writable)
The antialiasing mode to use
'clip-fill-rule' (Goo::Cairo::FillRule : default "winding" : readable / writable)
The fill rule used to determine which parts of the item are clipped
'clip-path' (string : default undef : writable)
The sequence of path commands specifying the clip path
'fill-color' (string : default undef : writable)
The color to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL
'fill-color-rgba' (Glib::UInt : default 0 : readable / writable)
The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL
'fill-pattern' (Goo::Cairo::Pattern : default undef : readable / writable)
The pattern to use to paint the interior of the item, or NULL to disable painting
'fill-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)
The pixbuf to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL
'fill-rule' (Goo::Cairo::FillRule : default "winding" : readable / writable)
The fill rule used to determine which parts of the item are filled
'font' (string : default undef : readable / writable)
The base font to use for the text
'font-desc' (Pango::FontDescription : default undef : readable / writable)
The attributes specifying which font to use
'hint-metrics' (GooCairoHintMetrics : default "off" : readable / writable)
The hinting to be used for font metrics
'line-cap' (Goo::Cairo::LineCap : default "butt" : readable / writable)
The line cap style to use
'line-dash' (Goo::Canvas::LineDash : default undef : readable / writable)
The dash pattern to use
'line-join' (Goo::Cairo::LineJoin : default "miter" : readable / writable)
The line join style to use
'line-join-miter-limit' (double : default 10 : readable / writable)
The smallest angle to use with miter joins, in degrees. Bevel joins will be used below this limit
'line-width' (double : default 2 : readable / writable)
The line width to use for the item's perimeter
'operator' (Goo::Cairo::Operator : default "over" : readable / writable)
The compositing operator to use
'stroke-color' (string : default undef : writable)
The color to use for the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL
'stroke-color-rgba' (Glib::UInt : default 0 : readable / writable)
The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL
'stroke-pattern' (Goo::Cairo::Pattern : default undef : readable / writable)
The pattern to use to paint the perimeter of the item, or NULL disable painting
'stroke-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)
The pixbuf to use to draw the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL

  • 'default' / 'CAIRO_ANTIALIAS_DEFAULT'
  • 'none' / 'CAIRO_ANTIALIAS_NONE'
  • 'gray' / 'CAIRO_ANTIALIAS_GRAY'
  • 'subpixel' / 'CAIRO_ANTIALIAS_SUBPIXEL'

  • 'winding' / 'CAIRO_FILL_RULE_WINDING'
  • 'even-odd' / 'CAIRO_FILL_RULE_EVEN_ODD'

  • 'butt' / 'CAIRO_LINE_CAP_BUTT'
  • 'round' / 'CAIRO_LINE_CAP_ROUND'
  • 'square' / 'CAIRO_LINE_CAP_SQUARE'

  • 'miter' / 'CAIRO_LINE_JOIN_MITER'
  • 'round' / 'CAIRO_LINE_JOIN_ROUND'
  • 'bevel' / 'CAIRO_LINE_JOIN_BEVEL'

  • 'clear' / 'CAIRO_OPERATOR_CLEAR'
  • 'source' / 'CAIRO_OPERATOR_SOURCE'
  • 'over' / 'CAIRO_OPERATOR_OVER'
  • 'in' / 'CAIRO_OPERATOR_IN'
  • 'out' / 'CAIRO_OPERATOR_OUT'
  • 'atop' / 'CAIRO_OPERATOR_ATOP'
  • 'dest' / 'CAIRO_OPERATOR_DEST'
  • 'dest-over' / 'CAIRO_OPERATOR_DEST_OVER'
  • 'dest-in' / 'CAIRO_OPERATOR_DEST_IN'
  • 'dest-out' / 'CAIRO_OPERATOR_DEST_OUT'
  • 'dest-atop' / 'CAIRO_OPERATOR_DEST_ATOP'
  • 'xor' / 'CAIRO_OPERATOR_XOR'
  • 'add' / 'CAIRO_OPERATOR_ADD'
  • 'saturate' / 'CAIRO_OPERATOR_SATURATE'

  • 'visible-mask' / 'GOO_CANVAS_EVENTS_VISIBLE_MASK'
  • 'painted-mask' / 'GOO_CANVAS_EVENTS_PAINTED_MASK'
  • 'fill-mask' / 'GOO_CANVAS_EVENTS_FILL_MASK'
  • 'stroke-mask' / 'GOO_CANVAS_EVENTS_STROKE_MASK'
  • 'none' / 'GOO_CANVAS_EVENTS_NONE'
  • 'visible-painted' / 'GOO_CANVAS_EVENTS_VISIBLE_PAINTED'
  • 'visible-fill' / 'GOO_CANVAS_EVENTS_VISIBLE_FILL'
  • 'visible-stroke' / 'GOO_CANVAS_EVENTS_VISIBLE_STROKE'
  • 'visible' / 'GOO_CANVAS_EVENTS_VISIBLE'
  • 'painted' / 'GOO_CANVAS_EVENTS_PAINTED'
  • 'fill' / 'GOO_CANVAS_EVENTS_FILL'
  • 'stroke' / 'GOO_CANVAS_EVENTS_STROKE'
  • 'all' / 'GOO_CANVAS_EVENTS_ALL'

  • 'default' / 'CAIRO_HINT_METRICS_DEFAULT'
  • 'off' / 'CAIRO_HINT_METRICS_OFF'
  • 'on' / 'CAIRO_HINT_METRICS_ON'

Glib::Object

Copyright (C) 2022 Gtk2-Perl Team
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.