imtk

diff test.c @ 24:f416d8def7ef

can't remember
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 05 Sep 2011 03:43:30 +0300
parents c7a7ddbe7714
children
line diff
     1.1 --- a/test.c	Sat May 28 22:31:51 2011 +0300
     1.2 +++ b/test.c	Mon Sep 05 03:43:30 2011 +0300
     1.3 @@ -125,7 +125,9 @@
     1.4  	char *itemlist;
     1.5  
     1.6  	imtk_begin();
     1.7 -	imtk_layout_start(30, 50, 10, IMTK_VERTICAL);
     1.8 +	imtk_layout_start(30, 50);
     1.9 +	imtk_layout_spacing(10);
    1.10 +	imtk_layout_dir(IMTK_VERTICAL);
    1.11  
    1.12  	/*glBegin(GL_QUADS);
    1.13  	glColor3f(0.6, 0.6, 0.6);