gtk_window_set_skip_pager_hint() and the property "skip-pager-hint"
2010/2/16 John Williams <asb1231@xxxxxxxxx>
Property "skip-taskbar-hint": http://library.gnome.org/devel/gtk/stable/GtkWindow.html#GtkWindow--skip-taskbar-hint
TRUE if the window should not be in the task bar.
Default value: FALSE
Function "gtk_window_set_skip_taskbar_hint": http://library.gnome.org/devel/gtk/stable/GtkWindow.html#gtk-window-set-skip-taskbar-hint
void gtk_window_set_skip_taskbar_hint (GtkWindow *window,
gboolean setting);
Windows may set a hint asking the desktop environment not to display the window in the task bar. This function sets this hint.
window :a GtkWindow
setting : TRUE to keep this window from appearing in the task barIs this correct?
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list