1 <?xml version="1.0" encoding="utf-8" standalone="no"?> 2 <book xmlns="http://www.devhelp.net/book" title="GtkDatabox Reference Manual" link="index.html" author="" name="gtkdatabox" version="2" language="c" online="https://sourceforge.net/p/gtkdatabox/wiki/Home/"> 3 <chapters> 4 <sub name="API Objects" link="ch01.html"> 5 <sub name="GtkDatabox" link="GtkDatabox.html"/> 6 <sub name="GtkDataboxGraph" link="gtkdatabox-GtkDataboxGraph.html"/> 7 <sub name="GtkDataboxXYCGraph" link="gtkdatabox-GtkDataboxXYCGraph.html"/> 8 <sub name="GtkDataboxXYYCGraph" link="gtkdatabox-GtkDataboxXYYCGraph.html"/> 9 <sub name="GtkDataboxRuler" link="GtkDataboxRuler.html"/> 10 <sub name="GtkDataboxBars" link="gtkdatabox-GtkDataboxBars.html"/> 11 <sub name="GtkDataboxCrossSimple" link="gtkdatabox-GtkDataboxCrossSimple.html"/> 12 <sub name="GtkDataboxGrid" link="gtkdatabox-GtkDataboxGrid.html"/> 13 <sub name="GtkDataboxLines" link="gtkdatabox-GtkDataboxLines.html"/> 14 <sub name="GtkDataboxMarkers" link="gtkdatabox-GtkDataboxMarkers.html"/> 15 <sub name="GtkDataboxOffsetBars" link="gtkdatabox-GtkDataboxOffsetBars.html"/> 16 <sub name="GtkDataboxPoints" link="gtkdatabox-GtkDataboxPoints.html"/> 17 <sub name="GtkDataboxRegions" link="gtkdatabox-GtkDataboxRegions.html"/> 18 <sub name="GtkDataboxScaleType" link="gtkdatabox-GtkDataboxScaleType.html"/> 19 <sub name="gtkdatabox_typedefs" link="gtkdatabox-gtkdatabox-typedefs.html"/> 20 </sub> 21 <sub name="Object Hierarchy" link="object-tree.html"/> 22 <sub name="API Index" link="api-index-full.html"/> 23 <sub name="Index of deprecated API" link="deprecated-api-index.html"/> 24 </chapters> 25 <functions> 26 <keyword type="function" name="gtk_databox_new ()" link="GtkDatabox.html#gtk-databox-new"/> 27 <keyword type="function" name="gtk_databox_get_graphs ()" link="GtkDatabox.html#gtk-databox-get-graphs"/> 28 <keyword type="function" name="gtk_databox_graph_add ()" link="GtkDatabox.html#gtk-databox-graph-add"/> 29 <keyword type="function" name="gtk_databox_graph_add_front ()" link="GtkDatabox.html#gtk-databox-graph-add-front"/> 30 <keyword type="function" name="gtk_databox_graph_remove ()" link="GtkDatabox.html#gtk-databox-graph-remove"/> 31 <keyword type="function" name="gtk_databox_graph_remove_all ()" link="GtkDatabox.html#gtk-databox-graph-remove-all"/> 32 <keyword type="function" name="gtk_databox_auto_rescale ()" link="GtkDatabox.html#gtk-databox-auto-rescale"/> 33 <keyword type="function" name="gtk_databox_calculate_extrema ()" link="GtkDatabox.html#gtk-databox-calculate-extrema"/> 34 <keyword type="function" name="gtk_databox_set_total_limits ()" link="GtkDatabox.html#gtk-databox-set-total-limits"/> 35 <keyword type="function" name="gtk_databox_set_visible_limits ()" link="GtkDatabox.html#gtk-databox-set-visible-limits"/> 36 <keyword type="function" name="gtk_databox_get_total_limits ()" link="GtkDatabox.html#gtk-databox-get-total-limits"/> 37 <keyword type="function" name="gtk_databox_get_visible_limits ()" link="GtkDatabox.html#gtk-databox-get-visible-limits"/> 38 <keyword type="function" name="gtk_databox_set_adjustment_x ()" link="GtkDatabox.html#gtk-databox-set-adjustment-x"/> 39 <keyword type="function" name="gtk_databox_set_adjustment_y ()" link="GtkDatabox.html#gtk-databox-set-adjustment-y"/> 40 <keyword type="function" name="gtk_databox_get_adjustment_x ()" link="GtkDatabox.html#gtk-databox-get-adjustment-x"/> 41 <keyword type="function" name="gtk_databox_get_adjustment_y ()" link="GtkDatabox.html#gtk-databox-get-adjustment-y"/> 42 <keyword type="function" name="gtk_databox_set_ruler_x ()" link="GtkDatabox.html#gtk-databox-set-ruler-x"/> 43 <keyword type="function" name="gtk_databox_set_ruler_y ()" link="GtkDatabox.html#gtk-databox-set-ruler-y"/> 44 <keyword type="function" name="gtk_databox_get_ruler_x ()" link="GtkDatabox.html#gtk-databox-get-ruler-x"/> 45 <keyword type="function" name="gtk_databox_get_ruler_y ()" link="GtkDatabox.html#gtk-databox-get-ruler-y"/> 46 <keyword type="function" name="gtk_databox_set_scale_type_x ()" link="GtkDatabox.html#gtk-databox-set-scale-type-x"/> 47 <keyword type="function" name="gtk_databox_set_scale_type_y ()" link="GtkDatabox.html#gtk-databox-set-scale-type-y"/> 48 <keyword type="function" name="gtk_databox_get_scale_type_x ()" link="GtkDatabox.html#gtk-databox-get-scale-type-x"/> 49 <keyword type="function" name="gtk_databox_get_scale_type_y ()" link="GtkDatabox.html#gtk-databox-get-scale-type-y"/> 50 <keyword type="function" name="gtk_databox_set_enable_selection ()" link="GtkDatabox.html#gtk-databox-set-enable-selection"/> 51 <keyword type="function" name="gtk_databox_set_enable_zoom ()" link="GtkDatabox.html#gtk-databox-set-enable-zoom"/> 52 <keyword type="function" name="gtk_databox_set_box_shadow ()" link="GtkDatabox.html#gtk-databox-set-box-shadow"/> 53 <keyword type="function" name="gtk_databox_set_bg_color ()" link="GtkDatabox.html#gtk-databox-set-bg-color"/> 54 <keyword type="function" name="gtk_databox_get_enable_selection ()" link="GtkDatabox.html#gtk-databox-get-enable-selection"/> 55 <keyword type="function" name="gtk_databox_get_enable_zoom ()" link="GtkDatabox.html#gtk-databox-get-enable-zoom"/> 56 <keyword type="function" name="gtk_databox_get_box_shadow ()" link="GtkDatabox.html#gtk-databox-get-box-shadow"/> 57 <keyword type="function" name="gtk_databox_zoom_to_selection ()" link="GtkDatabox.html#gtk-databox-zoom-to-selection"/> 58 <keyword type="function" name="gtk_databox_zoom_out ()" link="GtkDatabox.html#gtk-databox-zoom-out"/> 59 <keyword type="function" name="gtk_databox_zoom_home ()" link="GtkDatabox.html#gtk-databox-zoom-home"/> 60 <keyword type="function" name="gtk_databox_value_to_pixel_x ()" link="GtkDatabox.html#gtk-databox-value-to-pixel-x"/> 61 <keyword type="function" name="gtk_databox_value_to_pixel_y ()" link="GtkDatabox.html#gtk-databox-value-to-pixel-y"/> 62 <keyword type="function" name="gtk_databox_pixel_to_value_x ()" link="GtkDatabox.html#gtk-databox-pixel-to-value-x"/> 63 <keyword type="function" name="gtk_databox_pixel_to_value_y ()" link="GtkDatabox.html#gtk-databox-pixel-to-value-y"/> 64 <keyword type="function" name="gtk_databox_values_to_xpixels ()" link="GtkDatabox.html#gtk-databox-values-to-xpixels"/> 65 <keyword type="function" name="gtk_databox_values_to_ypixels ()" link="GtkDatabox.html#gtk-databox-values-to-ypixels"/> 66 <keyword type="function" name="gtk_databox_create_box_with_scrollbars_and_rulers ()" link="GtkDatabox.html#gtk-databox-create-box-with-scrollbars-and-rulers"/> 67 <keyword type="function" name="gtk_databox_create_box_with_scrollbars_and_rulers_positioned ()" link="GtkDatabox.html#gtk-databox-create-box-with-scrollbars-and-rulers-positioned"/> 68 <keyword type="function" name="gtk_databox_get_backing_surface ()" link="GtkDatabox.html#gtk-databox-get-backing-surface"/> 69 <keyword type="property" name="The “adjustment-x” property" link="GtkDatabox.html#GtkDatabox--adjustment-x"/> 70 <keyword type="property" name="The “adjustment-y” property" link="GtkDatabox.html#GtkDatabox--adjustment-y"/> 71 <keyword type="property" name="The “box-shadow” property" link="GtkDatabox.html#GtkDatabox--box-shadow"/> 72 <keyword type="property" name="The “enable-selection” property" link="GtkDatabox.html#GtkDatabox--enable-selection"/> 73 <keyword type="property" name="The “enable-zoom” property" link="GtkDatabox.html#GtkDatabox--enable-zoom"/> 74 <keyword type="property" name="The “ruler-x” property" link="GtkDatabox.html#GtkDatabox--ruler-x"/> 75 <keyword type="property" name="The “ruler-y” property" link="GtkDatabox.html#GtkDatabox--ruler-y"/> 76 <keyword type="property" name="The “scale-type-x” property" link="GtkDatabox.html#GtkDatabox--scale-type-x"/> 77 <keyword type="property" name="The “scale-type-y” property" link="GtkDatabox.html#GtkDatabox--scale-type-y"/> 78 <keyword type="signal" name="The “selection-canceled” signal" link="GtkDatabox.html#GtkDatabox-selection-canceled"/> 79 <keyword type="signal" name="The “selection-changed” signal" link="GtkDatabox.html#GtkDatabox-selection-changed"/> 80 <keyword type="signal" name="The “selection-finalized” signal" link="GtkDatabox.html#GtkDatabox-selection-finalized"/> 81 <keyword type="signal" name="The “selection-started” signal" link="GtkDatabox.html#GtkDatabox-selection-started"/> 82 <keyword type="signal" name="The “zoomed” signal" link="GtkDatabox.html#GtkDatabox-zoomed"/> 83 <keyword type="struct" name="GtkDataboxGraphClass" link="gtkdatabox-GtkDataboxGraph.html#GtkDataboxGraphClass"/> 84 <keyword type="struct" name="GtkDataboxXYCGraph" link="gtkdatabox-GtkDataboxXYCGraph.html#GtkDataboxXYCGraph"/> 85 <keyword type="struct" name="GtkDataboxXYCGraphClass" link="gtkdatabox-GtkDataboxXYCGraph.html#GtkDataboxXYCGraphClass"/> 86 <keyword type="struct" name="GtkDataboxXYYCGraph" link="gtkdatabox-GtkDataboxXYYCGraph.html#GtkDataboxXYYCGraph"/> 87 <keyword type="struct" name="GtkDataboxXYYCGraphClass" link="gtkdatabox-GtkDataboxXYYCGraph.html#GtkDataboxXYYCGraphClass"/> 88 <keyword type="function" name="gtk_databox_ruler_new ()" link="GtkDataboxRuler.html#gtk-databox-ruler-new"/> 89 <keyword type="function" name="gtk_databox_ruler_set_range ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-range"/> 90 <keyword type="function" name="gtk_databox_ruler_set_max_length ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-max-length"/> 91 <keyword type="function" name="gtk_databox_ruler_set_scale_type ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-scale-type"/> 92 <keyword type="function" name="gtk_databox_ruler_get_range ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-range"/> 93 <keyword type="function" name="gtk_databox_ruler_get_max_length ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-max-length"/> 94 <keyword type="function" name="gtk_databox_ruler_get_scale_type ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-scale-type"/> 95 <keyword type="function" name="gtk_databox_ruler_set_orientation ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-orientation"/> 96 <keyword type="function" name="gtk_databox_ruler_get_orientation ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-orientation"/> 97 <keyword type="function" name="gtk_databox_ruler_set_text_orientation ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-text-orientation"/> 98 <keyword type="function" name="gtk_databox_ruler_get_text_orientation ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-text-orientation"/> 99 <keyword type="function" name="gtk_databox_ruler_set_text_alignment ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-text-alignment"/> 100 <keyword type="function" name="gtk_databox_ruler_get_text_alignment ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-text-alignment"/> 101 <keyword type="function" name="gtk_databox_ruler_set_text_hoffset ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-text-hoffset"/> 102 <keyword type="function" name="gtk_databox_ruler_get_text_hoffset ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-text-hoffset"/> 103 <keyword type="function" name="gtk_databox_ruler_set_draw_ticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-draw-ticks"/> 104 <keyword type="function" name="gtk_databox_ruler_get_draw_ticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-draw-ticks"/> 105 <keyword type="function" name="gtk_databox_ruler_set_draw_position ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-draw-position"/> 106 <keyword type="function" name="gtk_databox_ruler_get_draw_position ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-draw-position"/> 107 <keyword type="function" name="gtk_databox_ruler_set_draw_subticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-draw-subticks"/> 108 <keyword type="function" name="gtk_databox_ruler_get_draw_subticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-draw-subticks"/> 109 <keyword type="function" name="gtk_databox_ruler_set_invert_edge ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-invert-edge"/> 110 <keyword type="function" name="gtk_databox_ruler_get_invert_edge ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-invert-edge"/> 111 <keyword type="function" name="gtk_databox_ruler_set_linear_label_format ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-linear-label-format"/> 112 <keyword type="function" name="gtk_databox_ruler_set_log_label_format ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-log-label-format"/> 113 <keyword type="function" name="gtk_databox_ruler_get_linear_label_format ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-linear-label-format"/> 114 <keyword type="function" name="gtk_databox_ruler_get_log_label_format ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-log-label-format"/> 115 <keyword type="function" name="gtk_databox_ruler_set_manual_ticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-manual-ticks"/> 116 <keyword type="function" name="gtk_databox_ruler_get_manual_ticks ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-manual-ticks"/> 117 <keyword type="function" name="gtk_databox_ruler_set_manual_tick_cnt ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-manual-tick-cnt"/> 118 <keyword type="function" name="gtk_databox_ruler_get_manual_tick_cnt ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-manual-tick-cnt"/> 119 <keyword type="function" name="gtk_databox_ruler_set_manual_tick_labels ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-manual-tick-labels"/> 120 <keyword type="function" name="gtk_databox_ruler_get_manual_tick_labels ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-manual-tick-labels"/> 121 <keyword type="function" name="gtk_databox_ruler_set_box_shadow ()" link="GtkDataboxRuler.html#gtk-databox-ruler-set-box-shadow"/> 122 <keyword type="function" name="gtk_databox_ruler_get_box_shadow ()" link="GtkDataboxRuler.html#gtk-databox-ruler-get-box-shadow"/> 123 <keyword type="struct" name="struct GtkDataboxRuler" link="GtkDataboxRuler.html#GtkDataboxRuler-struct"/> 124 <keyword type="struct" name="struct GtkDataboxRulerClass" link="GtkDataboxRuler.html#GtkDataboxRulerClass"/> 125 <keyword type="struct" name="GtkDataboxRulerPrivate" link="GtkDataboxRuler.html#GtkDataboxRulerPrivate"/> 126 <keyword type="macro" name="GTK_DATABOX_RULER_MAX_MAX_LENGTH" link="GtkDataboxRuler.html#GTK-DATABOX-RULER-MAX-MAX-LENGTH:CAPS"/> 127 <keyword type="property" name="The “box-shadow” property" link="GtkDataboxRuler.html#GtkDataboxRuler--box-shadow"/> 128 <keyword type="property" name="The “draw-position” property" link="GtkDataboxRuler.html#GtkDataboxRuler--draw-position"/> 129 <keyword type="property" name="The “draw-subticks” property" link="GtkDataboxRuler.html#GtkDataboxRuler--draw-subticks"/> 130 <keyword type="property" name="The “draw-ticks” property" link="GtkDataboxRuler.html#GtkDataboxRuler--draw-ticks"/> 131 <keyword type="property" name="The “invert-edge” property" link="GtkDataboxRuler.html#GtkDataboxRuler--invert-edge"/> 132 <keyword type="property" name="The “linear-label-format” property" link="GtkDataboxRuler.html#GtkDataboxRuler--linear-label-format"/> 133 <keyword type="property" name="The “log-label-format” property" link="GtkDataboxRuler.html#GtkDataboxRuler--log-label-format"/> 134 <keyword type="property" name="The “lower” property" link="GtkDataboxRuler.html#GtkDataboxRuler--lower"/> 135 <keyword type="property" name="The “manual-tick-cnt” property" link="GtkDataboxRuler.html#GtkDataboxRuler--manual-tick-cnt"/> 136 <keyword type="property" name="The “manual-tick-labels” property" link="GtkDataboxRuler.html#GtkDataboxRuler--manual-tick-labels"/> 137 <keyword type="property" name="The “manual-ticks” property" link="GtkDataboxRuler.html#GtkDataboxRuler--manual-ticks"/> 138 <keyword type="property" name="The “max-length” property" link="GtkDataboxRuler.html#GtkDataboxRuler--max-length"/> 139 <keyword type="property" name="The “orientation” property" link="GtkDataboxRuler.html#GtkDataboxRuler--orientation"/> 140 <keyword type="property" name="The “position” property" link="GtkDataboxRuler.html#GtkDataboxRuler--position"/> 141 <keyword type="property" name="The “text-alignment” property" link="GtkDataboxRuler.html#GtkDataboxRuler--text-alignment"/> 142 <keyword type="property" name="The “text-hoffset” property" link="GtkDataboxRuler.html#GtkDataboxRuler--text-hoffset"/> 143 <keyword type="property" name="The “text-orientation” property" link="GtkDataboxRuler.html#GtkDataboxRuler--text-orientation"/> 144 <keyword type="property" name="The “upper” property" link="GtkDataboxRuler.html#GtkDataboxRuler--upper"/> 145 <keyword type="struct" name="GtkDataboxBars" link="gtkdatabox-GtkDataboxBars.html#GtkDataboxBars"/> 146 <keyword type="struct" name="GtkDataboxBarsClass" link="gtkdatabox-GtkDataboxBars.html#GtkDataboxBarsClass"/> 147 <keyword type="struct" name="GtkDataboxCrossSimple" link="gtkdatabox-GtkDataboxCrossSimple.html#GtkDataboxCrossSimple"/> 148 <keyword type="struct" name="GtkDataboxCrossSimpleClass" link="gtkdatabox-GtkDataboxCrossSimple.html#GtkDataboxCrossSimpleClass"/> 149 <keyword type="enum" name="enum GtkDataboxGridLineStyle" link="gtkdatabox-GtkDataboxGrid.html#GtkDataboxGridLineStyle"/> 150 <keyword type="struct" name="GtkDataboxGrid" link="gtkdatabox-GtkDataboxGrid.html#GtkDataboxGrid"/> 151 <keyword type="struct" name="GtkDataboxGridClass" link="gtkdatabox-GtkDataboxGrid.html#GtkDataboxGridClass"/> 152 <keyword type="struct" name="GtkDataboxLines" link="gtkdatabox-GtkDataboxLines.html#GtkDataboxLines"/> 153 <keyword type="struct" name="GtkDataboxLinesClass" link="gtkdatabox-GtkDataboxLines.html#GtkDataboxLinesClass"/> 154 <keyword type="struct" name="GtkDataboxMarkers" link="gtkdatabox-GtkDataboxMarkers.html#GtkDataboxMarkers"/> 155 <keyword type="struct" name="GtkDataboxMarkersClass" link="gtkdatabox-GtkDataboxMarkers.html#GtkDataboxMarkersClass"/> 156 <keyword type="enum" name="enum GtkDataboxMarkersType" link="gtkdatabox-GtkDataboxMarkers.html#GtkDataboxMarkersType"/> 157 <keyword type="enum" name="enum GtkDataboxMarkersPosition" link="gtkdatabox-GtkDataboxMarkers.html#GtkDataboxMarkersPosition"/> 158 <keyword type="enum" name="enum GtkDataboxMarkersTextPosition" link="gtkdatabox-GtkDataboxMarkers.html#GtkDataboxMarkersTextPosition"/> 159 <keyword type="struct" name="GtkDataboxOffsetBars" link="gtkdatabox-GtkDataboxOffsetBars.html#GtkDataboxOffsetBars"/> 160 <keyword type="struct" name="GtkDataboxOffsetBarsClass" link="gtkdatabox-GtkDataboxOffsetBars.html#GtkDataboxOffsetBarsClass"/> 161 <keyword type="struct" name="GtkDataboxPoints" link="gtkdatabox-GtkDataboxPoints.html#GtkDataboxPoints"/> 162 <keyword type="struct" name="GtkDataboxPointsClass" link="gtkdatabox-GtkDataboxPoints.html#GtkDataboxPointsClass"/> 163 <keyword type="struct" name="GtkDataboxRegions" link="gtkdatabox-GtkDataboxRegions.html#GtkDataboxRegions"/> 164 <keyword type="struct" name="GtkDataboxRegionsClass" link="gtkdatabox-GtkDataboxRegions.html#GtkDataboxRegionsClass"/> 165 <keyword type="function" name="gtk_databox_scale_type_get_type ()" link="gtkdatabox-GtkDataboxScaleType.html#gtk-databox-scale-type-get-type"/> 166 <keyword type="enum" name="enum GtkDataboxScaleType" link="gtkdatabox-GtkDataboxScaleType.html#GtkDataboxScaleType"/> 167 <keyword type="struct" name="GtkDatabox" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-struct"/> 168 <keyword type="struct" name="GtkDataboxGraph" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDataboxGraph"/> 169 <keyword type="property" name="The “adjustment-x” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--adjustment-x"/> 170 <keyword type="property" name="The “adjustment-y” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--adjustment-y"/> 171 <keyword type="property" name="The “box-shadow” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--box-shadow"/> 172 <keyword type="property" name="The “enable-selection” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--enable-selection"/> 173 <keyword type="property" name="The “enable-zoom” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--enable-zoom"/> 174 <keyword type="property" name="The “ruler-x” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--ruler-x"/> 175 <keyword type="property" name="The “ruler-y” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--ruler-y"/> 176 <keyword type="property" name="The “scale-type-x” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--scale-type-x"/> 177 <keyword type="property" name="The “scale-type-y” property" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox--scale-type-y"/> 178 <keyword type="signal" name="The “selection-canceled” signal" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-selection-canceled"/> 179 <keyword type="signal" name="The “selection-changed” signal" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-selection-changed"/> 180 <keyword type="signal" name="The “selection-finalized” signal" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-selection-finalized"/> 181 <keyword type="signal" name="The “selection-started” signal" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-selection-started"/> 182 <keyword type="signal" name="The “zoomed” signal" link="gtkdatabox-gtkdatabox-typedefs.html#GtkDatabox-zoomed"/> 183 <keyword type="constant" name="GTK_DATABOX_GRID_DASHED_LINES" link="gtkdatabox-GtkDataboxGrid.html#GTK-DATABOX-GRID-DASHED-LINES:CAPS"/> 184 <keyword type="constant" name="GTK_DATABOX_GRID_SOLID_LINES" link="gtkdatabox-GtkDataboxGrid.html#GTK-DATABOX-GRID-SOLID-LINES:CAPS"/> 185 <keyword type="constant" name="GTK_DATABOX_GRID_DOTTED_LINES" link="gtkdatabox-GtkDataboxGrid.html#GTK-DATABOX-GRID-DOTTED-LINES:CAPS"/> 186 <keyword type="constant" name="GTK_DATABOX_MARKERS_NONE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-NONE:CAPS"/> 187 <keyword type="constant" name="GTK_DATABOX_MARKERS_TRIANGLE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TRIANGLE:CAPS"/> 188 <keyword type="constant" name="GTK_DATABOX_MARKERS_SOLID_LINE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-SOLID-LINE:CAPS"/> 189 <keyword type="constant" name="GTK_DATABOX_MARKERS_DASHED_LINE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-DASHED-LINE:CAPS"/> 190 <keyword type="constant" name="GTK_DATABOX_MARKERS_C" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-C:CAPS"/> 191 <keyword type="constant" name="GTK_DATABOX_MARKERS_N" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-N:CAPS"/> 192 <keyword type="constant" name="GTK_DATABOX_MARKERS_E" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-E:CAPS"/> 193 <keyword type="constant" name="GTK_DATABOX_MARKERS_S" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-S:CAPS"/> 194 <keyword type="constant" name="GTK_DATABOX_MARKERS_W" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-W:CAPS"/> 195 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_CENTER" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-CENTER:CAPS"/> 196 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_N" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-N:CAPS"/> 197 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_NE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-NE:CAPS"/> 198 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_E" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-E:CAPS"/> 199 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_SE" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-SE:CAPS"/> 200 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_S" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-S:CAPS"/> 201 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_SW" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-SW:CAPS"/> 202 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_W" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-W:CAPS"/> 203 <keyword type="constant" name="GTK_DATABOX_MARKERS_TEXT_NW" link="gtkdatabox-GtkDataboxMarkers.html#GTK-DATABOX-MARKERS-TEXT-NW:CAPS"/> 204 <keyword type="constant" name="GTK_DATABOX_SCALE_LINEAR" link="gtkdatabox-GtkDataboxScaleType.html#GTK-DATABOX-SCALE-LINEAR:CAPS"/> 205 <keyword type="constant" name="GTK_DATABOX_SCALE_LOG2" link="gtkdatabox-GtkDataboxScaleType.html#GTK-DATABOX-SCALE-LOG2:CAPS"/> 206 <keyword type="constant" name="GTK_DATABOX_SCALE_LOG" link="gtkdatabox-GtkDataboxScaleType.html#GTK-DATABOX-SCALE-LOG:CAPS"/> 207 </functions> 208 </book>