aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-entry.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-03-19 07:54:39 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-03-19 07:54:39 +0800
commitb04c89fedd05bbc62847161746fecadc6fc7dd59 (patch)
tree8556e56d3195a06cbf589193aba033affb7d2883 /widgets/text/e-entry.h
parent234f637779fa740ae50d1d12a76cde8cceff8fea (diff)
downloadgsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar.gz
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar.bz2
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar.lz
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar.xz
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.tar.zst
gsoc2013-evolution-b04c89fedd05bbc62847161746fecadc6fc7dd59.zip
Set the size of the thing to a decent value that lets us test stuff.
2001-03-18 Miguel de Icaza <miguel@ximian.com> * tests/test-tree-1.c (create_tree): Set the size of the thing to a decent value that lets us test stuff. 2001-03-16 Miguel de Icaza <miguel@ximian.com> * gal/e-text/e-entry.h: Expose the canvas/item that used to be public and that were privatized. svn path=/trunk/; revision=8802
Diffstat (limited to 'widgets/text/e-entry.h')
-rw-r--r--widgets/text/e-entry.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/text/e-entry.h b/widgets/text/e-entry.h
index 64b6fb7875..373a6843e9 100644
--- a/widgets/text/e-entry.h
+++ b/widgets/text/e-entry.h
@@ -32,10 +32,13 @@
#ifndef _E_ENTRY_H_
#define _E_ENTRY_H_
+#include <libgnomeui/gnome-canvas.h>
#include <gtk/gtktable.h>
#include <gnome-xml/tree.h>
+#include <gal/e-text/e-text.h>
#include "e-completion.h"
+
BEGIN_GNOME_DECLS
#define E_ENTRY_TYPE (e_entry_get_type ())
@@ -52,6 +55,10 @@ typedef void (*EEntryCompletionHandler) (EEntry *entry, const gchar *text, gpoin
struct _EEntry {
GtkTable parent;
+
+ GnomeCanvas *canvas;
+ EText *item;
+
struct _EEntryPrivate *priv;
};