mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
gtkselection: add a W32 tip about image/bmp support
This commit is contained in:
parent
f0959c9c8d
commit
885672520a
@ -66,6 +66,13 @@
|
|||||||
* never need to use most of the functions in this section directly;
|
* never need to use most of the functions in this section directly;
|
||||||
* #GtkClipboard provides a nicer interface to the same functionality.
|
* #GtkClipboard provides a nicer interface to the same functionality.
|
||||||
*
|
*
|
||||||
|
* If an application is expected to exchange image data and work
|
||||||
|
* on Windows, it is highly advised to support at least "image/bmp" target
|
||||||
|
* for the widest possible compatibility with third-party applications.
|
||||||
|
* #GtkClipboard already does that by using gtk_target_list_add_image_targets()
|
||||||
|
* and gtk_selection_data_set_pixbuf() or gtk_selection_data_get_pixbuf(),
|
||||||
|
* which is one of the reasons why it is advised to use #GtkClipboard.
|
||||||
|
*
|
||||||
* Some of the datatypes defined this section are used in
|
* Some of the datatypes defined this section are used in
|
||||||
* the #GtkClipboard and drag-and-drop API’s as well. The
|
* the #GtkClipboard and drag-and-drop API’s as well. The
|
||||||
* #GtkTargetEntry and #GtkTargetList objects represent
|
* #GtkTargetEntry and #GtkTargetList objects represent
|
||||||
|
Loading…
Reference in New Issue
Block a user