]> Pileus Git - ~andy/gtk/commit
Add gtk_entry_set_alignment() to allow right-aligned entries and a
authorOwen Taylor <otaylor@redhat.com>
Mon, 1 Mar 2004 03:30:27 +0000 (03:30 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 1 Mar 2004 03:30:27 +0000 (03:30 +0000)
commit4ea9813d23e5454d7b301b33433ab8db457438cd
treeabe1ceeacc16e730137c4bbc1476414aec1c20e9
parent8451e4f843d8e56a0b02e820002aec49d91ddc47
Add gtk_entry_set_alignment() to allow right-aligned entries and a

Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment()
        to allow right-aligned entries and a "xalign"
        property. (#59799, patch from Egon Andersen and
        Steffen Gutmann)

        * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
        xalign property description here too.

        * tests/testtext.c: UNDERLINE_ERROR test addition
        from Nicolas Settons' patch.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtkmisc.c
tests/testtext.c