2
* Copyright (C) 2004-2006 Christian Hammond.
3
* Copyright (C) 2008 Cody Russell <bratsche@gnome.org>
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU Lesser General Public
7
* License as published by the Free Software Foundation; either
8
* version 2 of the License, or (at your option) any later version.
10
* This library is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* Lesser General Public License for more details.
15
* You should have received a copy of the GNU Lesser General Public
16
* License along with this library; if not, write to the
17
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
* Boston, MA 02111-1307, USA.
21
#ifndef __GTK_ICON_ENTRY_H__
22
#define __GTK_ICON_ENTRY_H__
29
#define GtkIconEntryPosition GtkEntryIconPosition
30
#define GTK_ICON_ENTRY_PRIMARY GTK_ENTRY_ICON_PRIMARY
31
#define GTK_ICON_ENTRY_SECONDARY GTK_ENTRY_ICON_SECONDARY
32
#define GTK_ICON_ENTRY GTK_ENTRY
33
#define gtk_icon_entry_set_icon_from_stock gtk_entry_set_icon_from_stock
34
#define gtk_icon_entry_set_icon_from_icon_name gtk_entry_set_icon_from_icon_name
36
#define gtk_icon_entry_set_tooltip gtk_entry_set_icon_tooltip_text
37
#define gtk_icon_entry_set_icon_highlight gtk_entry_set_icon_activatable
41
#endif /* __GTK_ICON_ENTRY_H__ */