swamigui Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GInitiallyUnowned +----GtkObject +----GnomeCanvasItem +----GnomeCanvasGroup +----SwamiguiBarPtr
"color" guint : Read / Write "height" gint : Read / Write "interactive" gboolean : Read / Write "label" gchar* : Read / Write "pointer-height" gint : Read / Write "tooltip" gchar* : Read / Write "type" SwamiguiBarPtrType : Read / Write "width" gint : Read / Write
This canvas item is used by SwamiguiBar to display position and range indicators. A SwamiguiBar is composed of one or more SwamiguiBarPtr items.
typedef enum { SWAMIGUI_BAR_PTR_POSITION, /* pointer position indicator */ SWAMIGUI_BAR_PTR_RANGE /* range selection */ } SwamiguiBarPtrType;
GnomeCanvasItem * swamigui_bar_ptr_new (void
);
Create a new bar pointer object for adding to a SwamiguiBar object.
Returns : |
New bar pointer with a refcount of 1 which the caller owns. |
"height"
property"height" gint : Read / Write
Height in pixels.
Allowed values: >= 0
Default value: 0
"pointer-height"
property"pointer-height" gint : Read / Write
Height of pointer in pixels.
Allowed values: >= 0
Default value: 0
"type"
property"type" SwamiguiBarPtrType : Read / Write
Pointer type.
Default value: SWAMIGUI_BAR_PTR_POSITION
"width"
property"width" gint : Read / Write
Width in pixels.
Allowed values: >= 0
Default value: 0