The GnomeCanvasWidget is not a widget - it is a GnomeCanvasItem that
is capable of containing a widget. You can use a to display any
widget in a GnomeCanvas as if the widget were a GnomeCanvasItem.
getAnchor
protected static final int getAnchor(Handle cptr)
getAnchorType
public AnchorType getAnchorType()
getHeight
public double getHeight()
getHeight
protected static final double getHeight(Handle cptr)
getSizePixels
protected static final boolean getSizePixels(Handle cptr)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface CanvasItem
getWidget
public Widget getWidget()
getWidget
protected static final Handle getWidget(Handle cptr)
getWidth
public double getWidth()
getWidth
protected static final double getWidth(Handle cptr)
getX
protected static final double getX(Handle cptr)
getY
protected static final double getY(Handle cptr)
gnome_canvas_widget_get_type
protected static final int gnome_canvas_widget_get_type()
setAnchor
protected final void setAnchor(Handle cptr,
int anchor)
setAnchorType
public void setAnchorType(AnchorType aType)
setHeight
protected final void setHeight(Handle cptr,
double height)
setHeight
public void setHeight(double height)
setSizePixels
protected final void setSizePixels(Handle cptr,
boolean size_pixels)
setWidget
protected final void setWidget(Handle cptr,
Handle widget)
setWidget
public void setWidget(Widget aWidget)
setWidth
protected final void setWidth(Handle cptr,
double width)
setWidth
public void setWidth(double width)
setX
protected final void setX(Handle cptr,
double x)
setY
protected final void setY(Handle cptr,
double y)