diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-08 02:39:43 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-08 02:39:43 +0800 |
commit | 053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2 (patch) | |
tree | 86d5177a13563363bbe4bfb3eb4d68789c8b88b8 /widgets/text/e-entry.c | |
parent | cf61f7c4dd6f445be551bea4b55e7902edf4a816 (diff) | |
download | gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.gz gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.zst gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.zip |
Set "anchor" and "fill_clip_rectangle" arguments.
2000-07-07 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle"
arguments.
* widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added
"fill_clip_rectangle" argument which describes whether to accept
clicks throughout the clipping rectangle.
svn path=/trunk/; revision=3956
Diffstat (limited to 'widgets/text/e-entry.c')
-rw-r--r-- | widgets/text/e-entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/text/e-entry.c b/widgets/text/e-entry.c index 9e089a635a..588d5358d7 100644 --- a/widgets/text/e-entry.c +++ b/widgets/text/e-entry.c @@ -108,6 +108,8 @@ e_entry_init (GtkObject *object) e_entry->item = E_TEXT(gnome_canvas_item_new(gnome_canvas_root(e_entry->canvas), e_text_get_type(), "clip", TRUE, + "fill_clip_rectangle", TRUE, + "anchor", GTK_ANCHOR_NW, NULL)); e_canvas_item_move_absolute(GNOME_CANVAS_ITEM(e_entry->item), INNER_BORDER, |