Greetings,
today I tried using VG_View
VG_InitSubsystem();
VG* VG1;
VG1 = VG_New(0);
VG_Init(VG1,0);
VG_View* V1;
V1 = VG_ViewNew(win2,VG1,VG_VIEW_GRID);
AG_Expand(V1);
As a result I see a small square with grid. I didn't find any way to resize or
expand it, how should I do it? Can I use AG_WidgetSizeAlloc?
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html
