mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Deprecate. (#85683)
2003-01-31 Matthias Clasen <maclas@gmx.de> * gtk/gtkselection.h: * gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
This commit is contained in:
parent
46d15e32bd
commit
9efb563cfb
@ -1,5 +1,8 @@
|
||||
2003-01-31 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkselection.h:
|
||||
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
|
||||
|
||||
* gdk/gdkpixbuf.h:
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
|
||||
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-01-31 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkselection.h:
|
||||
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
|
||||
|
||||
* gdk/gdkpixbuf.h:
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
|
||||
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-01-31 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkselection.h:
|
||||
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
|
||||
|
||||
* gdk/gdkpixbuf.h:
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
|
||||
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-01-31 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkselection.h:
|
||||
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
|
||||
|
||||
* gdk/gdkpixbuf.h:
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
|
||||
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-01-31 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkselection.h:
|
||||
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
|
||||
|
||||
* gdk/gdkpixbuf.h:
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
|
||||
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
|
||||
|
@ -1028,14 +1028,15 @@ gtk_selection_init (void)
|
||||
* @event: the event
|
||||
*
|
||||
* The default handler for the GtkWidget::selection_clear_event
|
||||
* signal. Instead of calling this function, chain up from
|
||||
* your selection_clear_event handler. Calling this function
|
||||
* from any other context is illegal. This function will
|
||||
* be deprecated in future versions of GTK+.
|
||||
* signal.
|
||||
*
|
||||
* Return value: %TRUE if the event was handled, otherwise false
|
||||
*
|
||||
* Since: 2.2
|
||||
*
|
||||
* Deprecated: Instead of calling this function, chain up from
|
||||
* your selection_clear_event handler. Calling this function
|
||||
* from any other context is illegal.
|
||||
**/
|
||||
gboolean
|
||||
gtk_selection_clear (GtkWidget *widget,
|
||||
|
@ -148,9 +148,10 @@ gboolean gtk_selection_data_targets_include_text (GtkSelectionData *selection_d
|
||||
void gtk_selection_remove_all (GtkWidget *widget);
|
||||
|
||||
/* Event handlers */
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
gboolean gtk_selection_clear (GtkWidget *widget,
|
||||
GdkEventSelection *event);
|
||||
#endif
|
||||
gboolean _gtk_selection_request (GtkWidget *widget,
|
||||
GdkEventSelection *event);
|
||||
gboolean _gtk_selection_incr_event (GdkWindow *window,
|
||||
|
Loading…
Reference in New Issue
Block a user