Subj : How to known the height occupied by taskbar To : comp.os.linux From : vanjina_murthy Date : Tue Aug 17 2004 07:12 am I am developing an application using gdk. If i create window using gdk_window_new and maximize it using gdk_window_maximize it goes behind the taskbar so i want to create the window upto the taskbar, i don't want to use fullscreen gdk API which display window on the entire screen. If any one known how to get the taskbar width it will be helpful, so that i can decide the width of window as screenwidth-taskbarwidth. Thanks in advance .