MYTUI - Version 1.2 MYTUI is a TUI widget library based on curses. It iswritten in C and provides many ready-to-use widgets forrapid application development of text user interfaces.It is mainly delivered to develop UNIX-based applications.Basically a curses or ncurses library can give aframework to create nice looking text mode userinterface. However, it can be pretty difficult to writeand maintain complex TUI widgets in plain curses oreven with the additional libraries for a project thatheavily manipulates screen.The goal of MYTUI is to provide a portable, robust, RADUI tool for developing front end of large scaleClient/Server applications (such as core-bankingtransaction system) or stand alone text-based applications.Unlike most similar tools, MYTUI shields theapplications from complexities of all widgets to makeinterfaces more comprehensible and keep the operationsmore secure. MYTUI delivers handler other than painfulpointer and structure to let you access all objects.You'll enjoy programming even you're a newbie.Furthermore, MYTUI provides a powerful form developingtool --�wdesigner. It can help you design widgets andforms in the WYSIWYG (What You See Is What You Get)way, generate skeleton codes thus greatly save yourdeveloping time.