mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Update for multihead.
Tue Apr 30 14:16:12 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Update for multihead.
This commit is contained in:
parent
b21eb2834b
commit
4f13adf9ff
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -43,3 +43,18 @@ GtkCellRendererPixbuf
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:stock-id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:stock-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:stock-detail ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 ##### -->
|
||||
|
@ -36,6 +36,15 @@ GtkSettings
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_settings_get_for_screen ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@screen:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_settings_install_property ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user