summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-07 20:14:53 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-07 20:16:14 +0200
commit9fe67c1822887d4ef0a00175513b5e4660b84283 (patch)
tree3ce7cae878df16f7f23fe7d328049dca46784542 /test/textbox-test.c
parent8c27289d95d4f37b9db0feeae1ab42863c0b44cf (diff)
[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 3db11524..be53516e 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -92,7 +92,7 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
textbox_set_pango_context ( "default", p );
- textbox *box = textbox_create ( WIDGET_TYPE_TEXTBOX_TEXT, "textbox", TB_EDITABLE | TB_AUTOWIDTH | TB_AUTOHEIGHT, NORMAL, "test" );
+ textbox *box = textbox_create ( WIDGET_TYPE_TEXTBOX_TEXT, "textbox", TB_EDITABLE | TB_AUTOWIDTH | TB_AUTOHEIGHT, NORMAL, "test",0,0 );
TASSERT ( box != NULL );
textbox_keybinding ( box, MOVE_END );