Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!unipalm.co.uk!richard From: richard@unipalm.co.uk (Richard) Newsgroups: comp.windows.x.motif Subject: Porting A t h e n a -Widgets to Motif-Widgets Message-ID: <9007251011.AA01646@xtech.> Date: 25 Jul 90 10:11:18 GMT References: <2336@laura.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: richard@unipalm.co.uk Distribution: inet Organization: The Internet Lines: 16 When I worked for my previous company, I ported our Y-OpenTop desktop from Athena Widgets to Motif in about 2 man weeks. The easiest way to start is with UIL, to generate the main windows that you are going to need. Unfortunately, I found that UIL is too slow for the real thing (It took around 10 seconds for the popup menus to popup the first time), so, having got the visual part of the applications defined, I recoded all the UIL stuff into raw Motif widget calls. You should use the opportunity of the port to rework the interface, with particular reference to things like popup menus, accelerators and use of composite widgets such as file selection boxes. Richard.