1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-05 15:55:56 +01:00

various table widget updates

and fixed in misc other ones
This commit is contained in:
kojima
2001-01-02 14:17:26 +00:00
parent e3577222a7
commit e99511b08c
20 changed files with 988 additions and 245 deletions

View File

@@ -579,7 +579,7 @@ testText(WMScreen *scr)
{
WMWindow *win;
WMText *text;
FILE *file = fopen("../README", "r");
FILE *file = fopen("wm.html", "r");
windowCount++;
@@ -1231,7 +1231,7 @@ main(int argc, char **argv)
/* Initialize the application */
WMInitializeApplication("Test", &argc, argv);
WMInitializeApplication("Test@eqweq_ewq$eqw", &argc, argv);
testUD();
@@ -1273,10 +1273,11 @@ main(int argc, char **argv)
* Put the testSomething() function you want to test here.
*/
testBox(scr);
#if 0
testTabView(scr);
#if 0
testBox(scr);
testText(scr);
testList(scr);
testProgressIndicator(scr);
@@ -1284,7 +1285,6 @@ main(int argc, char **argv)
testColorWell(scr);
testTextField(scr);
testText(scr);
testDragAndDrop(scr);
testDragAndDrop(scr);