forked from AuroraMiddleware/gtk
Remove gtkdnd.h
This commit is contained in:
parent
19ee9b4c57
commit
1e000c3dac
@ -90,7 +90,6 @@
|
|||||||
#include <gtk/gtkcustomlayout.h>
|
#include <gtk/gtkcustomlayout.h>
|
||||||
#include <gtk/gtkdebug.h>
|
#include <gtk/gtkdebug.h>
|
||||||
#include <gtk/gtkdialog.h>
|
#include <gtk/gtkdialog.h>
|
||||||
#include <gtk/gtkdnd.h>
|
|
||||||
#include <gtk/gtkdragdest.h>
|
#include <gtk/gtkdragdest.h>
|
||||||
#include <gtk/gtkdragsource.h>
|
#include <gtk/gtkdragsource.h>
|
||||||
#include <gtk/gtkdrawingarea.h>
|
#include <gtk/gtkdrawingarea.h>
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gtkcalendar.h"
|
#include "gtkcalendar.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
#include "gtkcolorchooserprivate.h"
|
#include "gtkcolorchooserprivate.h"
|
||||||
#include "gtkcolorchooserdialog.h"
|
#include "gtkcolorchooserdialog.h"
|
||||||
#include "gtkcolorswatchprivate.h"
|
#include "gtkcolorswatchprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkdragsource.h"
|
#include "gtkdragsource.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkcolorchooserprivate.h"
|
#include "gtkcolorchooserprivate.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkdragsource.h"
|
#include "gtkdragsource.h"
|
||||||
#include "gtkgesturelongpress.h"
|
#include "gtkgesturelongpress.h"
|
||||||
|
45
gtk/gtkdnd.h
45
gtk/gtkdnd.h
@ -1,45 +0,0 @@
|
|||||||
/* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */
|
|
||||||
/* GTK - The GIMP Toolkit
|
|
||||||
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
||||||
*
|
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
|
||||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
||||||
* files for a list of changes. These files are distributed with
|
|
||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __GTK_DND_H__
|
|
||||||
#define __GTK_DND_H__
|
|
||||||
|
|
||||||
|
|
||||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
|
||||||
#error "Only <gtk/gtk.h> can be included directly."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <gtk/gtkwidget.h>
|
|
||||||
#include <gtk/gtkselection.h>
|
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
/* Destination side */
|
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
#endif /* __GTK_DND_H__ */
|
|
@ -19,8 +19,6 @@
|
|||||||
#ifndef __GTK_DND_PRIVATE_H__
|
#ifndef __GTK_DND_PRIVATE_H__
|
||||||
#define __GTK_DND_PRIVATE_H__
|
#define __GTK_DND_PRIVATE_H__
|
||||||
|
|
||||||
#include "gtkdnd.h"
|
|
||||||
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkimagedefinitionprivate.h"
|
#include "gtkimagedefinitionprivate.h"
|
||||||
#include "gtkselection.h"
|
#include "gtkselection.h"
|
||||||
@ -31,24 +29,11 @@ struct _GtkDragDestSite
|
|||||||
{
|
{
|
||||||
GtkDropTarget *dest;
|
GtkDropTarget *dest;
|
||||||
GtkDestDefaults flags;
|
GtkDestDefaults flags;
|
||||||
guint do_proxy : 1;
|
|
||||||
guint proxy_coords : 1;
|
|
||||||
guint have_drag : 1;
|
guint have_drag : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
GdkDrag * gtk_drag_begin_internal (GtkWidget *widget,
|
|
||||||
GdkDevice *device,
|
|
||||||
GtkImageDefinition *icon,
|
|
||||||
GdkContentFormats *target_list,
|
|
||||||
GdkDragAction actions,
|
|
||||||
int x,
|
|
||||||
int y);
|
|
||||||
void gtk_drag_set_icon_definition (GdkDrag *drag,
|
|
||||||
GtkImageDefinition *def,
|
|
||||||
gint hot_x,
|
|
||||||
gint hot_y);
|
|
||||||
void _gtk_drag_dest_handle_event (GtkWidget *toplevel,
|
void _gtk_drag_dest_handle_event (GtkWidget *toplevel,
|
||||||
GdkEvent *event);
|
GdkEvent *event);
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkdragdestprivate.h"
|
#include "gtkdragdestprivate.h"
|
||||||
|
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtknative.h"
|
#include "gtknative.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
#include "gtkdragsource.h"
|
#include "gtkdragsource.h"
|
||||||
|
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
#include "gtkgesturedrag.h"
|
#include "gtkgesturedrag.h"
|
||||||
#include "gtkgesturesingleprivate.h"
|
#include "gtkgesturesingleprivate.h"
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
#include "gtkcelllayout.h"
|
#include "gtkcelllayout.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
#include "gtkeditable.h"
|
#include "gtkeditable.h"
|
||||||
#include "gtkemojichooser.h"
|
#include "gtkemojichooser.h"
|
||||||
|
@ -115,7 +115,6 @@
|
|||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkbuildable.h"
|
#include "gtkbuildable.h"
|
||||||
#include "gtkcontainerprivate.h"
|
#include "gtkcontainerprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkiconprivate.h"
|
#include "gtkiconprivate.h"
|
||||||
#include "gtkgestureclick.h"
|
#include "gtkgestureclick.h"
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
#include "gtkcellrendererpixbuf.h"
|
#include "gtkcellrendererpixbuf.h"
|
||||||
#include "gtkcombobox.h"
|
#include "gtkcombobox.h"
|
||||||
#include "gtkcssiconthemevalueprivate.h"
|
#include "gtkcssiconthemevalueprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkicontheme.h"
|
#include "gtkicontheme.h"
|
||||||
#include "gtkimage.h"
|
#include "gtkimage.h"
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "gtkcellrenderertext.h"
|
#include "gtkcellrenderertext.h"
|
||||||
#include "gtkcombobox.h"
|
#include "gtkcombobox.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkdragsource.h"
|
#include "gtkdragsource.h"
|
||||||
#include "gtkentry.h"
|
#include "gtkentry.h"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkcssshadowsvalueprivate.h"
|
#include "gtkcssshadowsvalueprivate.h"
|
||||||
#include "gtkcssstylepropertyprivate.h"
|
#include "gtkcssstylepropertyprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkeventcontrollermotion.h"
|
#include "gtkeventcontrollermotion.h"
|
||||||
#include "gtkgesturedrag.h"
|
#include "gtkgesturedrag.h"
|
||||||
#include "gtkgestureclick.h"
|
#include "gtkgestureclick.h"
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include "gtkbuildable.h"
|
#include "gtkbuildable.h"
|
||||||
#include "gtkbutton.h"
|
#include "gtkbutton.h"
|
||||||
#include "gtkcssstylepropertyprivate.h"
|
#include "gtkcssstylepropertyprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkeventcontrollermotion.h"
|
#include "gtkeventcontrollermotion.h"
|
||||||
#include "gtkgestureclick.h"
|
#include "gtkgestureclick.h"
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragsource.h"
|
#include "gtkdragsource.h"
|
||||||
#include "gtkicontheme.h"
|
#include "gtkicontheme.h"
|
||||||
#include "gtkimage.h"
|
#include "gtkimage.h"
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
#include "gtklistbox.h"
|
#include "gtklistbox.h"
|
||||||
#include "gtkselection.h"
|
#include "gtkselection.h"
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkseparator.h"
|
#include "gtkseparator.h"
|
||||||
#include "gtkentry.h"
|
#include "gtkentry.h"
|
||||||
#include "gtkgesturelongpress.h"
|
#include "gtkgesturelongpress.h"
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include "gtkadjustment.h"
|
#include "gtkadjustment.h"
|
||||||
#include "gtkadjustmentprivate.h"
|
#include "gtkadjustmentprivate.h"
|
||||||
#include "gtkbindings.h"
|
#include "gtkbindings.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkeventcontrollermotion.h"
|
#include "gtkeventcontrollermotion.h"
|
||||||
#include "gtkeventcontrollerscroll.h"
|
#include "gtkeventcontrollerscroll.h"
|
||||||
#include "gtkgesturedrag.h"
|
#include "gtkgesturedrag.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "gtkstackswitcher.h"
|
#include "gtkstackswitcher.h"
|
||||||
|
|
||||||
#include "gtkboxlayout.h"
|
#include "gtkboxlayout.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdragdest.h"
|
#include "gtkdragdest.h"
|
||||||
#include "gtkimage.h"
|
#include "gtkimage.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "gtkbutton.h"
|
#include "gtkbutton.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
#include "gtkeditable.h"
|
#include "gtkeditable.h"
|
||||||
#include "gtkemojichooser.h"
|
#include "gtkemojichooser.h"
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
#include "gtktextbuffer.h"
|
#include "gtktextbuffer.h"
|
||||||
#include "gtktexthistoryprivate.h"
|
#include "gtktexthistoryprivate.h"
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
#include "gtktextbuffer.h"
|
||||||
|
|
||||||
/* This is a private uninstalled header shared between
|
/* This is a private uninstalled header shared between
|
||||||
* GtkTextView and GtkEntry
|
* GtkTextView and GtkEntry
|
||||||
*/
|
*/
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
#include "gtkadjustmentprivate.h"
|
#include "gtkadjustmentprivate.h"
|
||||||
#include "gtkbindings.h"
|
#include "gtkbindings.h"
|
||||||
#include "gtkdnd.h"
|
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
#error "Only <gtk/gtk.h> can be included directly."
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <gtk/gtkselection.h>
|
||||||
#include <gtk/gtktreemodel.h>
|
#include <gtk/gtktreemodel.h>
|
||||||
#include <gtk/gtkdnd.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <gtk/gtkcontainer.h>
|
#include <gtk/gtkcontainer.h>
|
||||||
#include <gtk/gtktreemodel.h>
|
#include <gtk/gtktreemodel.h>
|
||||||
#include <gtk/gtktreeviewcolumn.h>
|
#include <gtk/gtktreeviewcolumn.h>
|
||||||
#include <gtk/gtkdnd.h>
|
|
||||||
#include <gtk/gtkentry.h>
|
#include <gtk/gtkentry.h>
|
||||||
#include <gtk/gtkdragsource.h>
|
#include <gtk/gtkdragsource.h>
|
||||||
#include <gtk/gtkdragdest.h>
|
#include <gtk/gtkdragdest.h>
|
||||||
|
@ -473,7 +473,6 @@ gtk_public_headers = files([
|
|||||||
'gtkcustomlayout.h',
|
'gtkcustomlayout.h',
|
||||||
'gtkdebug.h',
|
'gtkdebug.h',
|
||||||
'gtkdialog.h',
|
'gtkdialog.h',
|
||||||
'gtkdnd.h',
|
|
||||||
'gtkdragdest.h',
|
'gtkdragdest.h',
|
||||||
'gtkdragsource.h',
|
'gtkdragsource.h',
|
||||||
'gtkdrawingarea.h',
|
'gtkdrawingarea.h',
|
||||||
|
Loading…
Reference in New Issue
Block a user