Removed duplicate prototypes for gdk_drag_get_selection() and

Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>

	* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
	gdk_drag_get_selection() and gtk_menu_detach().

	[ From Jeroen Ruigrok/Asmodai ]
This commit is contained in:
Owen Taylor
2000-01-29 20:01:59 +00:00
committed by Owen Taylor
parent 06b6a0f70a
commit c59f760824
9 changed files with 49 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -1,3 +1,10 @@
Sun Jan 30 12:29:20 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
gdk_drag_get_selection() and gtk_menu_detach().
[ From Jeroen Ruigrok/Asmodai ]
Sat Jan 29 10:11:56 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_size_request):

View File

@@ -299,8 +299,6 @@ void gdk_drag_drop (GdkDragContext *context,
void gdk_drag_abort (GdkDragContext *context,
guint32 time);
GdkAtom gdk_drag_get_selection (GdkDragContext *context);
/* GdkWindow */
void gdk_window_set_hints (GdkWindow *window,

View File

@@ -146,7 +146,6 @@ void gtk_menu_detach (GtkMenu *menu);
*/
GtkWidget* gtk_menu_get_attach_widget (GtkMenu *menu);
void gtk_menu_detach (GtkMenu *menu);
void gtk_menu_set_tearoff_state (GtkMenu *menu,
gboolean torn_off);