diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-04-30 18:16:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-04-30 18:16:14 +0000 |
commit | 4f13adf9ff5537202260c7b70868e9d0b7b92a54 (patch) | |
tree | 24b0bd5c7c9c37f38073502a3d8646022c1ccbd0 /docs | |
parent | b21eb2834b2cfdb8b11a8db7cadaafb29f2e147d (diff) | |
download | gtk+-4f13adf9ff5537202260c7b70868e9d0b7b92a54.tar.gz |
Update for multihead.
Tue Apr 30 14:16:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtk-sections.txt: Update for multihead.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 19 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcellrenderer.sgml | 15 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml | 15 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkclipboard.sgml | 19 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcolorsel.sgml | 19 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkfilesel.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkinvisible.sgml | 32 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkmenu.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkplug.sgml | 24 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkselection.sgml | 22 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtksettings.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwidget.sgml | 47 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwindow.sgml | 23 |
14 files changed, 251 insertions, 11 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b4d844f6e3..16f371e567 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 30 14:16:12 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtk-sections.txt: Update for multihead. + Tue Apr 30 12:26:31 2002 Owen Taylor <otaylor@redhat.com> * gdk-sections.txt: Update for multihead. diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 796612ec54..2222714453 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -482,6 +482,8 @@ gtk_color_selection_palette_from_string gtk_color_selection_palette_to_string gtk_color_selection_set_change_palette_hook GtkColorSelectionChangePaletteFunc +gtk_color_selection_set_change_palette_with_screen_hook +GtkColorSelectionChangePaletteWithScreenFunc gtk_color_selection_set_color gtk_color_selection_get_color <SUBSECTION Standard> @@ -1269,6 +1271,9 @@ gtk_input_dialog_get_type <TITLE>GtkInvisible</TITLE> GtkInvisible gtk_invisible_new +gtk_invisible_new_for_screen +gtk_invisible_set_screen +gtk_invisible_get_screen <SUBSECTION Standard> GTK_INVISIBLE GTK_IS_INVISIBLE @@ -1481,6 +1486,7 @@ gtk_list_item_get_type <TITLE>GtkMenu</TITLE> GtkMenu gtk_menu_new +gtk_menu_set_screen gtk_menu_append gtk_menu_prepend gtk_menu_insert @@ -1800,7 +1806,9 @@ gtk_pixmap_get_type <TITLE>GtkPlug</TITLE> GtkPlug gtk_plug_construct +gtk_plug_construct_for_display gtk_plug_new +gtk_plug_new_for_display gtk_plug_get_id <SUBSECTION Standard> GTK_PLUG @@ -2102,6 +2110,7 @@ gtk_separator_menu_item_get_type GtkSettings GtkSettingsValue gtk_settings_get_default +gtk_settings_get_for_screen gtk_settings_install_property gtk_settings_install_property_parser gtk_rc_property_parse_color @@ -3594,6 +3603,11 @@ gtk_widget_freeze_child_notify gtk_widget_get_child_visible gtk_widget_get_parent gtk_widget_get_settings +gtk_widget_get_clipboard +gtk_widget_get_display +gtk_widget_get_root_window +gtk_widget_get_screen +gtk_widget_has_screen gtk_widget_get_size_request gtk_widget_pop_visual gtk_widget_push_visual @@ -3642,6 +3656,8 @@ gtk_window_get_gravity gtk_window_set_position gtk_window_set_transient_for gtk_window_set_destroy_with_parent +gtk_window_set_screen +gtk_window_get_screen gtk_window_list_toplevels gtk_window_add_mnemonic gtk_window_remove_mnemonic @@ -3991,6 +4007,7 @@ gtk_target_list_add_table gtk_target_list_remove gtk_target_list_find gtk_selection_owner_set +gtk_selection_owner_set_for_display gtk_selection_add_target gtk_selection_add_targets gtk_selection_clear_targets @@ -4024,6 +4041,8 @@ GtkClipboardTextReceivedFunc GtkClipboardGetFunc GtkClipboardClearFunc gtk_clipboard_get +gtk_clipboard_get_for_display +gtk_clipboard_get_display gtk_clipboard_set_with_data gtk_clipboard_set_with_owner gtk_clipboard_get_owner diff --git a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml index cb2c8766b0..39fffa1d4d 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml @@ -167,3 +167,18 @@ GtkCellRenderer </para> +<!-- ##### ARG GtkCellRenderer:cell-background ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCellRenderer:cell-background-gdk ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCellRenderer:cell-background-set ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml index b445f9d7b9..8d2e1c5509 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml @@ -43,3 +43,18 @@ GtkCellRendererPixbuf </para> +<!-- ##### ARG GtkCellRendererPixbuf:stock-id ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCellRendererPixbuf:stock-size ##### --> +<para> + +</para> + +<!-- ##### ARG GtkCellRendererPixbuf:stock-detail ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml index 1689e2f82e..c26b42d5eb 100644 --- a/docs/reference/gtk/tmpl/gtkclipboard.sgml +++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml @@ -158,6 +158,25 @@ will not be used again. @Returns: +<!-- ##### FUNCTION gtk_clipboard_get_for_display ##### --> +<para> + +</para> + +@display: +@selection: +@Returns: + + +<!-- ##### FUNCTION gtk_clipboard_get_display ##### --> +<para> + +</para> + +@clipboard: +@Returns: + + <!-- ##### FUNCTION gtk_clipboard_set_with_data ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkcolorsel.sgml b/docs/reference/gtk/tmpl/gtkcolorsel.sgml index 5bb58e1229..3981b26262 100644 --- a/docs/reference/gtk/tmpl/gtkcolorsel.sgml +++ b/docs/reference/gtk/tmpl/gtkcolorsel.sgml @@ -220,6 +220,25 @@ time. @n_colors: +<!-- ##### FUNCTION gtk_color_selection_set_change_palette_with_screen_hook ##### --> +<para> + +</para> + +@func: +@Returns: + + +<!-- ##### USER_FUNCTION GtkColorSelectionChangePaletteWithScreenFunc ##### --> +<para> + +</para> + +@screen: +@colors: +@n_colors: + + <!-- ##### FUNCTION gtk_color_selection_set_color ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 43671d1bfe..eb8af4de24 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -143,11 +143,10 @@ Sets a default path for the file requestor. If @filename includes a directory pa <!-- ##### FUNCTION gtk_file_selection_get_filename ##### --> <para> -Retrieves the currently selected filename from the file selection dialog. If no file is selected then the selected directory path is returned. </para> -@filesel: a #GtkFileSelection -@Returns: a string containing the selected file's full path. +@filesel: +@Returns: <!-- ##### FUNCTION gtk_file_selection_complete ##### --> diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml index f45d661ec9..d8d138bee0 100644 --- a/docs/reference/gtk/tmpl/gtkinvisible.sgml +++ b/docs/reference/gtk/tmpl/gtkinvisible.sgml @@ -32,3 +32,35 @@ The #GtkInvisible-struct struct contains no public fields. @Returns: +<!-- ##### FUNCTION gtk_invisible_new_for_screen ##### --> +<para> + +</para> + +@screen: +@Returns: + + +<!-- ##### FUNCTION gtk_invisible_set_screen ##### --> +<para> + +</para> + +@invisible: +@screen: + + +<!-- ##### FUNCTION gtk_invisible_get_screen ##### --> +<para> + +</para> + +@invisible: +@Returns: + + +<!-- ##### ARG GtkInvisible:screen ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index fd266c3f82..d5aa97fd46 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -91,6 +91,15 @@ Creates a new #GtkMenu. @Returns: a new #GtkMenu. +<!-- ##### FUNCTION gtk_menu_set_screen ##### --> +<para> + +</para> + +@menu: +@screen: + + <!-- ##### MACRO gtk_menu_append ##### --> <para> Adds a new #GtkMenuItem to the end of the menu's item list. diff --git a/docs/reference/gtk/tmpl/gtkplug.sgml b/docs/reference/gtk/tmpl/gtkplug.sgml index c3aca5db9c..ed9fb1d6be 100644 --- a/docs/reference/gtk/tmpl/gtkplug.sgml +++ b/docs/reference/gtk/tmpl/gtkplug.sgml @@ -38,8 +38,18 @@ inside the first applications window. <para> </para> -@plug: -@socket_id: +@plug: +@socket_id: + + +<!-- ##### FUNCTION gtk_plug_construct_for_display ##### --> +<para> + +</para> + +@display: +@plug: +@socket_id: <!-- ##### FUNCTION gtk_plug_new ##### --> @@ -50,6 +60,16 @@ inside the first applications window. @Returns: the new #GtkPlug widget. +<!-- ##### FUNCTION gtk_plug_new_for_display ##### --> +<para> + +</para> + +@display: +@socket_id: +@Returns: + + <!-- ##### FUNCTION gtk_plug_get_id ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index bced031189..b48709a484 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -150,14 +150,24 @@ Looks up a given target in a #GtkTargetList. <!-- ##### FUNCTION gtk_selection_owner_set ##### --> <para> -Claims ownership of a given selection for a particular widget, -or, if @widget is %NULL, release ownership of the selection. </para> -@widget: a #GtkWidget, or %NULL. -@selection: an interned atom representing the selection to claim -@time: the time stamp for claiming the selection -@Returns: %TRUE if the operation succeeded +@widget: +@selection: +@time: +@Returns: + + +<!-- ##### FUNCTION gtk_selection_owner_set_for_display ##### --> +<para> + +</para> + +@display: +@widget: +@selection: +@time: +@Returns: <!-- ##### FUNCTION gtk_selection_add_target ##### --> diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index 7b04170154..6207dc848b 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -36,6 +36,15 @@ GtkSettings @Returns: +<!-- ##### FUNCTION gtk_settings_get_for_screen ##### --> +<para> + +</para> + +@screen: +@Returns: + + <!-- ##### FUNCTION gtk_settings_install_property ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 294f4183e9..d3e6daec0f 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -345,6 +345,7 @@ Turns off certain widget flags. @format: @data: @length: +@display: <!-- ##### STRUCT GtkWidgetAuxInfo ##### --> <para> @@ -1432,6 +1433,52 @@ This function is not useful for applications. @Returns: +<!-- ##### FUNCTION gtk_widget_get_clipboard ##### --> +<para> + +</para> + +@widget: +@selection: +@Returns: + + +<!-- ##### FUNCTION gtk_widget_get_display ##### --> +<para> + +</para> + +@widget: +@Returns: + + +<!-- ##### FUNCTION gtk_widget_get_root_window ##### --> +<para> + +</para> + +@widget: +@Returns: + + +<!-- ##### FUNCTION gtk_widget_get_screen ##### --> +<para> + +</para> + +@widget: +@Returns: + + +<!-- ##### FUNCTION gtk_widget_has_screen ##### --> +<para> + +</para> + +@widget: +@Returns: + + <!-- ##### FUNCTION gtk_widget_get_size_request ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 8a7ad5a7ae..d08070f080 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -263,6 +263,24 @@ Deprecated alias for gtk_window_set_position(). @setting: +<!-- ##### FUNCTION gtk_window_set_screen ##### --> +<para> + +</para> + +@window: +@screen: + + +<!-- ##### FUNCTION gtk_window_get_screen ##### --> +<para> + +</para> + +@window: +@Returns: + + <!-- ##### FUNCTION gtk_window_list_toplevels ##### --> <para> @@ -821,3 +839,8 @@ The position of the window. </para> +<!-- ##### ARG GtkWindow:screen ##### --> +<para> + +</para> + |