Linked by Thom Holwerda on Wed 11th Oct 2006 21:34 UTC
Gnome "A desktop full of handy widgets to tell you about what's going on in the world and what's going on around your computer. This is Jackfield. Jackfield is an application for the Gnome desktop that plays host to widgets; small applications to do the things you need. It can run widgets from Apple's Dashboard, will eventually be able to run those from Yahoo's Widget Engine, Microsoft's Gadget Sidebar, and Opera Widgets, and you can write your own."
Permalink for comment 171135
To read all comments associated with this story, please click here.
RE: Taskbar Contents
by somebody on Thu 12th Oct 2006 16:58 UTC in reply to "Taskbar Contents"
somebody
Member since:
2005-07-07

Nothing one line couldn't solve. Gtk has simple functions to do that

void gtk_window_set_skip_taskbar_hint(GtkWindow *window, gboolean setting);
void gtk_window_set_skip_pager_hint(GtkWindow *window,
gboolean setting);


You just have to call it and no more taskbar or pager

Reply Parent Bookmark Score: 3