Home
last modified time | relevance | path

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

/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-chart-progress.c1593 static GType ui_chart_progress_type = 0; in ui_chart_progress_get_type() local
1595 if (G_UNLIKELY(ui_chart_progress_type == 0)) in ui_chart_progress_get_type()
1611 ui_chart_progress_type = g_type_register_static (GTK_TYPE_BOX, "ChartProgress", in ui_chart_progress_get_type()
1615 return ui_chart_progress_type; in ui_chart_progress_get_type()