Re: Documentation contradictory



The same thing happen to the function:
gtk_window_set_skip_pager_hint() and the property "skip-pager-hint"
2010/2/16 John Williams <asb1231 gmail com>
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 bar

Is this correct?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]