> Does gtk+ have an API call for obtaining the user's screen resolution (in 
> pixels) ?

(Please, avoid the terms "screen" or "display", as they have specific
meanings in X11 and gtk+ which don't match what you probably mean,
which I assume is an individual monitor of potentially several that
are part of the desktop "screen".)

See gdk_screen_get_monitor_geometry(). And note that the "screen" and
"monitor" in this function name indeed mean different things.

--tml
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to