GpwPager — A wrapper for WnckPager
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----WnckPager
+----GpwPager
"display-mode" WnckPagerDisplayMode : Read / Write "n-rows" gint : Read / Write "orientation" GtkOrientation : Read / Write "shadow-type" GtkShadowType : Read / Write "show-all" gboolean : Read / Write
The original pager provided by libwnck does not expose its internals as properties and this limits a lot of glade customizations. This wrapper simply implements the available features as properties.
"display-mode" property"display-mode" WnckPagerDisplayMode : Read / Write
Set the display mode for this pager.
Default value: WNCK_PAGER_DISPLAY_CONTENT
"n-rows" property"n-rows" gint : Read / Write
Try to change the number of rows in the layout of workspaces the pager is watching.
Allowed values: >= 0
Default value: 1
"orientation" property"orientation" GtkOrientation : Read / Write
Try to change the orientation of the layout of workspaces the pager is watching.
Default value: GTK_ORIENTATION_HORIZONTAL
"shadow-type" property"shadow-type" GtkShadowType : Read / Write
Set the shadow type for this pager.
Default value: GTK_SHADOW_NONE