Searched refs:gtk_math_view_update (Results 1 – 2 of 2) sorted by relevance
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/widget/ |
H A D | gtkmathview.h | 25 #define gtk_math_view_update GTKMATHVIEW_METHOD_NAME(update) macro
|
H A D | gtkmathview_common.cc | 283 gtk_math_view_update(GtkMathView* math_view, gint x0, gint y0, gint width, gint height) in gtk_math_view_update() function 356 gtk_math_view_update(math_view, 0, 0, width, height); in gtk_math_view_paint() 757 gtk_math_view_update(math_view, rect->x, rect->y, rect->width, rect->height); in GTKMATHVIEW_METHOD_NAME() 759 gtk_math_view_update(math_view, 0, 0, widget->allocation.width, widget->allocation.height); in GTKMATHVIEW_METHOD_NAME()
|