What is LessTif?
LessTif Frequently Asked QuestionsLessTif is a clone of the Motif® toolkit. Currently LessTif is partially implemented with most of the API in place. Saying this a lot of the internal functionality is still missing. Compatibility can have several degrees, the ultimate one being binary compatibility. This is the one we're aiming for.
Related QuestionsWho is developing LessTif?
LessTif Frequently Asked QuestionsA few Internet based individuals as listed in core.html. Nobody is paid to work on it, all is effort by volunteers. Look for an all-time list of authors in the AUTHORS file in the LessTif distribution, while CREDITS acknowledges the contributions of various other people. Keeping a list of developers for each widget is not really possible mainly because the we're not fanatic about ownership of a widget. We do keep in touch enough to know who's messing with what so we don't overlap too much.
Related QuestionsIs there a LessTif newsgroup?
LessTif Frequently Asked QuestionsRegularly, questions about LessTif (or about any free Motif®) clone are asked in comp.windows.x or comp.windows.x.motif .
Related QuestionsWhat Platforms is LessTif on?
LessTif Frequently Asked QuestionsA more accurate list is available in an extraneous file. Here's an excerpt, with version numbers stripped for brevity: Linux, FreeBSD, NetBSD, OpenBSD, BSDi (BSD/OS), Sun (SunOS, Solaris), MkLinux, OS/2, AIX, Digital UNIX/Compaq Tru64, HP/UX, Windows NT, Windows 95 (with cygwin)
Related QuestionsHow complete is LessTif ?
LessTif Frequently Asked QuestionsActually most LessTif widgets work somewhat. Many work fairly well. Things like traversal and focus handling have been worked on, but probably aren't really all that functional yet. The menu system is quickly losing its child diseases (occasionally freezing the X server with grabs). If you're not in a rush when working the menus, the odds are low that you'll get in much trouble. Also dragging in the menus will get you in trouble faster than clicking.
Related QuestionsIs there any documentation for LessTif ?
LessTif Frequently Asked QuestionsYes the LessTif Documentation Project (LessDox) check out the LessDox home page at: http://www.lesstif.org/Lessdox/lesstif.html
Related QuestionsCan I use LessTif in my applications?
LessTif Frequently Asked QuestionsYou should be able to compile and run your code, how well it works is another matter... If it doesn't, then we're very interested in hearing about what doesn't work and why (we can't fix bugs that we don't know about), and we're even more interested in a fix. If your favorite application does work, please tell us so we add it to the list of apps known to work.
Related QuestionsWill LessTif be Motif1.2 Compliant?
LessTif Frequently Asked QuestionsUp to now we are very close, all interfaces are in place, we might only have to fight against some remaining bugs ... Therefore, we expanded the source directory tree to make it easy to add new stuff, and to build several versions of the library (and the corresponding tools). So if anybody has a widget, or an application, to offer which can advance us in the 2.x or CDE areas, please E-mail us. Somewhere along 1997 we actually started building 2.0 compliant widgets.
Related QuestionsHow to debug LessTif applications ?
LessTif Frequently Asked QuestionsWe have some documents which should help to track down bugs in LessTif-based applications. BUG-HUNTING.html describes some specifics of LessTif's built-in debugging facilities while bugs.html covers more general the topic of debugging X11 applications.
Related QuestionsI installed LessTif but I can't compile apps with it. What's wrong ?
LessTif Frequently Asked QuestionsYou may have an application that's not error-free; or (more likely) one which needs configuration for your site, computer platform, etc. If it's not a bug within the application it probably has to do with your compiler options. If it's indeed that, there are several possibilities. In the examples we'll give now, we'll be using some installation directories that may differ from your installation.
Related QuestionsWhat is Motif (LessTif)?
Grace FAQ (for Grace-5.1.12)Throughout the Grace docs, saying "M*tif" we actually refer to the M*tif API, defining a set of functions for building graphical user interfaces (GUI) via numerous widgets (buttons, labels, etc). Grace makes a heavy use of the M*tif API. There are several implementations of the interface. The original OSF Motif (see http://www.opengroup.
Related QuestionsHow can I replace the lesstif installed with RedHat Linux 7.2 with openmotif (required for CLIM)?
Allegro Common Lisp FAQWhen starting Composer I get the error 'Error: "Connection refused" (errno 111) occurred while creating a local socket and connecting to a remote host ... on port 6000.'
Related Questions