Home
last modified time | relevance | path

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

/third_party/pixman/demos/
Dscale.c39 GtkAdjustment * scale_x_adjustment; member
226 fscale_x = gtk_adjustment_get_value (app->scale_x_adjustment); in rescale()
379 app->scale_x_adjustment = in app_new()
388 g_signal_connect (app->scale_x_adjustment, "value_changed", G_CALLBACK (rescale), app); in app_new()