Re: Screen resolution



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]