Restore gtk_entry_get_icon_window() again

This commit is contained in:
Javier Jardón 2010-03-10 23:16:17 +01:00
parent 4019007ceb
commit 244ed9aec7

View File

@ -302,6 +302,8 @@ void gtk_entry_set_icon_drag_source (GtkEntry *
GtkTargetList *target_list,
GdkDragAction actions);
gint gtk_entry_get_current_icon_drag_source (GtkEntry *entry);
GdkWindow* gtk_entry_get_icon_window (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
G_END_DECLS