mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
[gdk] Remove deprecated GdkSelection stuff.
This commit is contained in:
parent
6281645cbb
commit
4a70b282de
@ -798,9 +798,6 @@ gdk_window_thaw_toplevel_updates_libgtk_only
|
|||||||
<SECTION>
|
<SECTION>
|
||||||
<TITLE>Selections</TITLE>
|
<TITLE>Selections</TITLE>
|
||||||
<FILE>selections</FILE>
|
<FILE>selections</FILE>
|
||||||
GdkSelection
|
|
||||||
GdkSelectionType
|
|
||||||
GdkTarget
|
|
||||||
GDK_SELECTION_PRIMARY
|
GDK_SELECTION_PRIMARY
|
||||||
GDK_SELECTION_SECONDARY
|
GDK_SELECTION_SECONDARY
|
||||||
GDK_SELECTION_CLIPBOARD
|
GDK_SELECTION_CLIPBOARD
|
||||||
|
@ -50,36 +50,6 @@ to the X Inter-client Communication Conventions Manual
|
|||||||
<!-- ##### SECTION Stability_Level ##### -->
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### TYPEDEF GdkSelection ##### -->
|
|
||||||
<para>
|
|
||||||
The #GdkSelection enumeration contains predefined
|
|
||||||
atom values for several common selections.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### TYPEDEF GdkSelectionType ##### -->
|
|
||||||
<para>
|
|
||||||
The #GdkSelectionType enumeration contains predefined
|
|
||||||
atom values used to represent the types of data transferred
|
|
||||||
in response to a request for a target. See the
|
|
||||||
ICCCM for details about what data should be transferred
|
|
||||||
for each of these types. Other atoms can be used,
|
|
||||||
and the recommended practice for GTK+ is to to use mime
|
|
||||||
types for this purpose. However, supporting these types
|
|
||||||
may be useful for compatibility with older programs.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### TYPEDEF GdkTarget ##### -->
|
|
||||||
<para>
|
|
||||||
The #GdkTarget enumeration contains predefined atom values which are
|
|
||||||
used to describe possible targets for a selection. Other atoms can be
|
|
||||||
used, and the recommended practice for GTK+ is to to use mime types
|
|
||||||
for this purpose. However, supporting these types may be useful for
|
|
||||||
compatibility with older programs.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GDK_SELECTION_PRIMARY ##### -->
|
<!-- ##### MACRO GDK_SELECTION_PRIMARY ##### -->
|
||||||
<para>
|
<para>
|
||||||
A #GdkAtom representing the <literal>PRIMARY</literal> selection.
|
A #GdkAtom representing the <literal>PRIMARY</literal> selection.
|
||||||
|
@ -55,14 +55,6 @@ G_BEGIN_DECLS
|
|||||||
#define GDK_SELECTION_TYPE_WINDOW _GDK_MAKE_ATOM (33)
|
#define GDK_SELECTION_TYPE_WINDOW _GDK_MAKE_ATOM (33)
|
||||||
#define GDK_SELECTION_TYPE_STRING _GDK_MAKE_ATOM (31)
|
#define GDK_SELECTION_TYPE_STRING _GDK_MAKE_ATOM (31)
|
||||||
|
|
||||||
#ifndef GDK_DISABLE_DEPRECATED
|
|
||||||
|
|
||||||
typedef GdkAtom GdkSelection;
|
|
||||||
typedef GdkAtom GdkTarget;
|
|
||||||
typedef GdkAtom GdkSelectionType;
|
|
||||||
|
|
||||||
#endif /* GDK_DISABLE_DEPRECATED */
|
|
||||||
|
|
||||||
/* Selections
|
/* Selections
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user