1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

added fontmanager.c

This commit is contained in:
nwanua
2000-07-13 23:54:20 +00:00
parent d3d0304107
commit 12f03e5ac4
3 changed files with 110 additions and 10 deletions

View File

@@ -1075,7 +1075,9 @@ int main(int argc, char **argv)
*
* Put the testSomething() function you want to test here.
*/
testTabView(scr);
#if 0
testDragAndDrop(scr);
testDragAndDrop(scr);
@@ -1084,13 +1086,11 @@ int main(int argc, char **argv)
testButton(scr);
#if 0
testFrame(scr);
testColorWell(scr);
testTabView(scr);
testFontPanel(scr);