~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/gtkiconentry.h

  • Committer: Christian Dywan
  • Date: 2013-06-21 20:49:53 UTC
  • mto: This revision was merged to the branch mainline in revision 6228.
  • Revision ID: christian.dywan@canonical.com-20130621204953-5t9d2juxo95eihve
Remove Gtk.IconEntry compatibility aliases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2004-2006 Christian Hammond.
3
 
 * Copyright (C) 2008 Cody Russell  <bratsche@gnome.org>
4
 
 *
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.
9
 
 *
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.
14
 
 *
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.
19
 
 */
20
 
 
21
 
#ifndef __GTK_ICON_ENTRY_H__
22
 
#define __GTK_ICON_ENTRY_H__
23
 
 
24
 
#include <gio/gio.h>
25
 
#include <gtk/gtk.h>
26
 
 
27
 
G_BEGIN_DECLS
28
 
 
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
35
 
 
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
38
 
 
39
 
G_END_DECLS
40
 
 
41
 
#endif /* __GTK_ICON_ENTRY_H__ */