Slashdot Mirror


O'Reilly Motif Books On-Line and Free

MightyMicro writes "According to the Motifdeveloper community site, the O'Reilly Motif Programming Manual and Reference Guide are now available for free download from Imperial Software's site. As Open Motif is also free for Linux (and xBSD), this looks like a valuable resource."

1 of 21 comments (clear)

  1. Motif? by DGolden · · Score: 4, Interesting

    Not that I like motif in particular , but one thing that it gets right and that Qt and Gtk suck at is using the X Window System to its full advantage.

    Motif apps, like netscape 4.x, tend to support established X mechanisms for things - like the X resource database (a very good generalised application preferences database, somewhat akin to the windows registry, but less sucky and more human-readable) - they tend to support the editres protocol, they generally integrate better with the X window system Xt infrastructure. Qt and Gtk go off and implement their own half-assed preferences systems and ignore the solid work that exists in X (presumably because Qt and to some extent Gtk are intended to work well on non-X platforms)

    It's almost as if the toolkit authors went off and started implementing their toolkits without bothering to study how X had already solved 3/4 of their problems...

    If you still have ns 4.x or other motif applications around, fire it up, fire up editres, and have a play around - the end-user dynamic configuation abilities are more still more advanced than either Qt or Gtk, and the only other toolkit that I can think of that is comparably easily end-user configurable at runtime is amiga MUI (and xaw, but that starts out looking quite crappy.)

    --
    Choice of masters is not freedom.