Home
last modified time | relevance | path

Searched refs:major_label (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/ganttproject/ganttproject-2.8.11-r2393/plugins/2.8.11/ganttproject/data/resources/
H A Dchart.properties42 timeline.bottom.major_label.margin-top = 10
43 timeline.bottom.major_label.font = +1
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-axis.c466 int major_tick, major_label; in map_discrete_calc_ticks() local
469 major_label = go_rint (gog_axis_get_entry (axis, GOG_AXIS_ELEM_MINOR_TICK, NULL)); in map_discrete_calc_ticks()
472 if (major_label < 1) in map_discrete_calc_ticks()
473 major_label = 1; in map_discrete_calc_ticks()
484 label_start = go_fake_ceil (minimum / (double) major_label) * major_label; in map_discrete_calc_ticks()
486 label_nbr = go_fake_floor ((maximum - label_start) / major_label + 1.0); in map_discrete_calc_ticks()
501 ticks[j].position = go_rint (label_start + (double) (i) * major_label); in map_discrete_calc_ticks()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-analysis-tools.c191 GtkWidget *major_label; member
1982 gtk_widget_show (state->major_label); in sampling_method_toggled_cb()
1991 gtk_widget_hide (state->major_label); in sampling_method_toggled_cb()
2084 state->major_label = go_gtk_builder_get_widget (state->base.gui, "pdir-label"); in dialog_sampling_tool()