Searched refs:window_height (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-namedview.h58 int window_height; member in class:SPNamedView
H A Dsp-namedview.cpp78 this->window_height = 0;
429 this->window_height = value ? atoi(value) : -1; // -1 means not set
785 bool new_document = (nv->window_width <= 0) || (nv->window_height <= 0);
799 gint h = MIN(gdk_screen_height(), nv->window_height);
/inkscape/src/ui/widget/
H A Dgimpspinscale.c479 gint window_height; local
544 window_height = gdk_window_get_height (event->window);
564 progress_height = window_height;
576 progress_height = window_height;
586 cairo_rectangle (cr, 0, 0, window_width, window_height);

Completed in 30 milliseconds