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

Goo::Canvas::Widget - wrapper for GooCanvasWidget

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

  Goo::Canvas::Item

  • $parent (Goo::Canvas::Item)
  • $widget (Gtk2::Widget)
  • $x (double)
  • $y (double)
  • $width (double)
  • $height (double)
  • ... (list)

'anchor' (Gtk2::AnchorType : default "north-west" : readable / writable)
How to position the widget relative to the item's x and y coordinate settings
'height' (double : default -1 : readable / writable)
The height of the widget, or -1 to use its requested height
'widget' (Gtk2::Widget : default undef : readable / writable)
The widget to place in the canvas
'width' (double : default -1 : readable / writable)
The width of the widget, or -1 to use its requested width
'x' (double : default 0 : readable / writable)
The x coordinate of the widget
'y' (double : default 0 : readable / writable)
The y coordinate of the widget

  • 'center' / 'GTK_ANCHOR_CENTER'
  • 'north' / 'GTK_ANCHOR_NORTH'
  • 'north-west' / 'GTK_ANCHOR_NORTH_WEST'
  • 'north-east' / 'GTK_ANCHOR_NORTH_EAST'
  • 'south' / 'GTK_ANCHOR_SOUTH'
  • 'south-west' / 'GTK_ANCHOR_SOUTH_WEST'
  • 'south-east' / 'GTK_ANCHOR_SOUTH_EAST'
  • 'west' / 'GTK_ANCHOR_WEST'
  • 'east' / 'GTK_ANCHOR_EAST'
  • 'n' / 'GTK_ANCHOR_N'
  • 'nw' / 'GTK_ANCHOR_NW'
  • 'ne' / 'GTK_ANCHOR_NE'
  • 's' / 'GTK_ANCHOR_S'
  • 'sw' / 'GTK_ANCHOR_SW'
  • 'se' / 'GTK_ANCHOR_SE'
  • 'w' / 'GTK_ANCHOR_W'
  • 'e' / 'GTK_ANCHOR_E'

Glib::Object, Goo::Canvas::ItemSimple

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.