diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2d7a3d0a3..b2e6eb8a0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 30 16:50:42 2002 Owen Taylor + + * gtk/running.sgml: Document --screen. + 2002-10-24 Matthias Clasen * gdk/tmpl/dnd.sgml: diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 21562a12b..850ebe230 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -117,12 +117,30 @@ This option is only available if GTK+ has been configured with The name of the X display to open instead of the one specified -in the DISPLAY. +in the DISPLAY environment variable. This option is only available if GTK+ has been configured with . + +<systemitem>--screen <replaceable>screen_number</replaceable></systemitem> + + + The number of the screen within the default display. This overrides + any screen number specified in the display name specified by + by he --display command line option or + the DISPLAY environment variable. If this screen + cannot be opened, then GTK+ will fall back to the screen + specified in the display name. This option is not useful + interactively; the intended purposes is that when a program + registers its command line with a session + manager for later restarting, it can save the + screen it is on, without having to worry if it might be + restarted on a different display. + + + <systemitem>--sync</systemitem> diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index 0a20182b1..9b4b5cc45 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -224,11 +224,26 @@ GtkSettings + + + + + + + + + + + + + + +