mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add new clipboard persistence api.
2004-10-25 Anders Carlsson <andersca@gnome.org> * gdk/gdk-sections.txt: * gtk/gtk-sections.txt: Add new clipboard persistence api.
This commit is contained in:
parent
b0b24c91c8
commit
64facb3c4b
@ -1,3 +1,9 @@
|
||||
2004-10-25 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* gdk/gdk-sections.txt:
|
||||
* gtk/gtk-sections.txt:
|
||||
Add new clipboard persistence api.
|
||||
|
||||
2004-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new named icon api in GtkImage.
|
||||
|
@ -149,7 +149,8 @@ gdk_display_get_maximal_cursor_size
|
||||
gdk_display_get_default_group
|
||||
gdk_display_supports_selection_notification
|
||||
gdk_display_request_selection_notification
|
||||
|
||||
gdk_display_supports_clipboard_persistence
|
||||
gdk_display_store_clipboard
|
||||
<SUBSECTION Standard>
|
||||
GDK_DISPLAY_OBJECT
|
||||
GDK_IS_DISPLAY
|
||||
|
@ -343,3 +343,24 @@ Applications should never have any reason to use this facility
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_supports_clipboard_persistence ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_store_clipboard ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@clipboard_window:
|
||||
@time_:
|
||||
@targets:
|
||||
@n_targets:
|
||||
|
||||
|
||||
|
@ -5059,6 +5059,9 @@ gtk_clipboard_wait_for_contents
|
||||
gtk_clipboard_wait_for_text
|
||||
gtk_clipboard_wait_is_text_available
|
||||
gtk_clipboard_wait_for_targets
|
||||
gtk_clipboard_wait_is_target_available
|
||||
gtk_clipboard_set_can_store
|
||||
gtk_clipboard_store
|
||||
<SUBSECTION Standard>
|
||||
GTK_CLIPBOARD
|
||||
GTK_TYPE_CLIPBOARD
|
||||
|
@ -129,6 +129,8 @@ A widget displaying a single row of a GtkTreeModel
|
||||
|
||||
</para>
|
||||
|
||||
@cell_view:
|
||||
<!-- # Unused Parameters # -->
|
||||
@cellview:
|
||||
|
||||
|
||||
@ -137,7 +139,9 @@ A widget displaying a single row of a GtkTreeModel
|
||||
|
||||
</para>
|
||||
|
||||
@cellview:
|
||||
@cell_view:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@cellview:
|
||||
|
||||
|
||||
|
@ -323,3 +323,31 @@ End:
|
||||
-->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_target_available ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@target:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_set_can_store ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@targets:
|
||||
@n_targets:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_store ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
|
||||
|
||||
|
@ -319,3 +319,22 @@ directly, but into the @vbox and @action_area, as described above.
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_alternative_dialog_button_order ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@screen:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_dialog_set_alternative_button_order ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@first_response_id:
|
||||
@Varargs:
|
||||
|
||||
|
||||
|
@ -113,6 +113,11 @@ below.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:icon-set ##### -->
|
||||
<para>
|
||||
|
||||
@ -143,6 +148,11 @@ below.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixel-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkImage:pixmap ##### -->
|
||||
<para>
|
||||
|
||||
@ -176,6 +186,7 @@ functions), but they will all return %NULL values.
|
||||
@GTK_IMAGE_STOCK: the widget contains a stock icon name (see <xref linkend="gtk-Stock-Items"/>)
|
||||
@GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet
|
||||
@GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
|
||||
@GTK_IMAGE_ICON_NAME:
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
|
||||
<para>
|
||||
@ -235,6 +246,16 @@ functions), but they will all return %NULL values.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_icon_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@icon_name:
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_storage_type ##### -->
|
||||
<para>
|
||||
|
||||
@ -311,6 +332,16 @@ functions), but they will all return %NULL values.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_new_from_icon_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@icon_name:
|
||||
@size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_set_from_file ##### -->
|
||||
<para>
|
||||
|
||||
@ -378,6 +409,16 @@ functions), but they will all return %NULL values.
|
||||
@animation:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_set_from_icon_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@icon_name:
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -409,3 +450,21 @@ Gets the #GtkImage.
|
||||
@mask: a #GdkBitmap that indicates which parts of the image should be transparent.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_set_pixel_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@pixel_size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_get_pixel_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -20,6 +20,11 @@ Sharing settings between applications
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-alternative-button-order ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-button-images ##### -->
|
||||
<para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user