1 Jun 2009 12:43
Agar: r8163 - trunk/demos/textbox
Author: vedge
Date: 2009-06-01 07:43:47 -0300 (Mon, 01 Jun 2009)
New Revision: 8163
Modified:
trunk/demos/textbox/textbox.c
Log:
test word wrapping
Modified: trunk/demos/textbox/textbox.c
===================================================================
--- trunk/demos/textbox/textbox.c 2009-05-21 05:46:28 UTC (rev 8162)
+++ trunk/demos/textbox/textbox.c 2009-06-01 10:43:47 UTC (rev 8163)
<at> <at> -13,7 +13,7 <at> <at>
#include <stdlib.h>
static void
-DisableInput(AG_Event *event)
+SetDisable(AG_Event *event)
{
AG_Textbox *textbox = AG_PTR(1);
int flag = AG_INT(2);
<at> <at> -26,6 +26,15 <at> <at>
}
static void
+SetWordWrap(AG_Event *event)
+{
+ AG_Textbox *textbox = AG_PTR(1);
+ int enable = AG_INT(2);
(Continue reading)
RSS Feed