[Gtk-sharp-list] task list

Dan Winship danw@ximian.com
Fri, 23 Apr 2004 16:25:28 -0400


On Fri, 2004-04-23 at 20:40 +0100, Jeremy Wells wrote:
> is it possible to use the Gtk-sharp libraries to access the list of
> running tasks (ie the ones shown on the taskbar)?

You can't do that with any of the existing libraries in gtk-sharp; you'd
need to wrap libwnck. ("wnck" stands for "window ... something something
something". Anyway, it's the library that implements the shared
functionality between the window manager, the task list, etc.)

-- Dan