Re: How to determine usable Desktop Bounds

2007-03-22 Thread Yeti
On Thu, Mar 22, 2007 at 10:48:48AM +0530, Gaurav Jain wrote: I need to determine the actual desktop bounds usable by a GTK application on a Linux Desktop. The screen size (the one returned by gdk_screen_width() and gdk_screen_height()) also includes window manager bars such as the task bar,

Re: How to determine usable Desktop Bounds

2007-03-22 Thread Gaurav Jain
Hi Yeti, Thanks so much for the useful response! I was able to test out the Extended Window Manager hints feature with a small program (I also referred Nautilus source code which already uses this through gdk). Thanks again! Gaurav On 3/22/07, David Nečas (Yeti) [EMAIL PROTECTED] wrote: On