| Top |
| gchar * | bar-label | Read / Write / Construct |
| gboolean | draw-edge | Read / Write / Construct |
| gboolean | draw-label | Read / Write / Construct |
| gdouble | edge-thickness | Read / Write / Construct |
| gdouble | label-offset | Read / Write / Construct |
| gdouble | major-tick-length | Read / Write / Construct |
| gdouble | major-tick-thickness | Read / Write / Construct |
| gdouble | minor-tick-length | Read / Write / Construct |
| gint | orientation | Read / Write / Construct Only |
| gboolean | show-major-labels | Read / Write / Construct |
| gboolean | show-major-ticks | Read / Write / Construct |
| gboolean | show-minor-ticks | Read / Write / Construct |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkDrawingArea
╰── BElementView
╰── BElementViewCartesian
╰── BColorBar
Widget showing the color scale for a BDensityPlot.
The axis type to use to get/set the view interval and axis markers is META_AXIS.
BColorBar * b_color_bar_new (GtkOrientation o,BColorMap *m);
Convenience function to create a new BColorBar.
“bar-label” property “bar-label” gchar *
Set color bar label.
Flags: Read / Write / Construct
Default value: ""
“draw-edge” property “draw-edge” gboolean
Whether to draw the axis edge.
Flags: Read / Write / Construct
Default value: TRUE
“draw-label” property “draw-label” gboolean
Whether to draw an axis label.
Flags: Read / Write / Construct
Default value: TRUE
“edge-thickness” property “edge-thickness” gdouble
The thickness of the axis edge in pixels.
Flags: Read / Write / Construct
Allowed values: [0,10]
Default value: 1
“label-offset” property “label-offset” gdouble
The gap between ticks and labels in pixels.
Flags: Read / Write / Construct
Allowed values: [0,10]
Default value: 2
“major-tick-length” property “major-tick-length” gdouble
The length of major ticks in pixels.
Flags: Read / Write / Construct
Allowed values: [0,100]
Default value: 5
“major-tick-thickness” property “major-tick-thickness” gdouble
The thickness of major ticks in pixels.
Flags: Read / Write / Construct
Allowed values: [0,10]
Default value: 1
“minor-tick-length” property “minor-tick-length” gdouble
The length of minor ticks in pixels.
Flags: Read / Write / Construct
Allowed values: [0,100]
Default value: 3
“orientation” property “orientation” gint
Whether the colorbar is horizontal or vertical.
Flags: Read / Write / Construct Only
Allowed values: [0,1]
Default value: 0
“show-major-labels” property “show-major-labels” gboolean
Whether to draw major labels.
Flags: Read / Write / Construct
Default value: TRUE
“show-major-ticks” property “show-major-ticks” gboolean
Whether to draw major ticks.
Flags: Read / Write / Construct
Default value: TRUE