Contained Within
Find More Documentation
Featured Support Resources
| PDF로 이 문서 다운로드
Preface
- This version of Motif is based on OSF 1.2.3, and is compatible with Common Development Environment (CDE) Motif. SunSoft's previous Motif Release 1.2.2 was based on IXI Motif and has some features that were not OSF 1.2 Standard.
- Solaris 2.4 provides a set of Motif libraries. This guide describes how to access these Motif 1.2.3 libraries, and compares the differences between the OPEN LOOK and Motif GUI.
Audience
- As a developer, you may be asked to port existing applications that use the OPEN LOOK(R) graphical user interface (GUI) from XView(TM) and OLIT to Motif, or from IXI 1.2.2 to OSF 1.2.3. This overview gives a general description of the key architectural issues that you might encounter when planning this transition.
- This overview assumes that you are proficient in OPEN LOOK application development using either XView or OLIT, X systems, and UNIX(R), and assumes you are familiar with Motif, as well.
How This Book Is Organized
-
Chapter 1, "The Motif Environment," describes how to access the Solaris 2.4 Motif libraries, and set up the Motif environment.
-
Chapter 2, "Porting Your Code to Motif," explains the major feature differences between the OPEN LOOK and Motif GUI, covers toolkit dependencies such as XView to Motif 1.2.3, OLIT, and tools to make the transition easier.
-
Appendix A, "Solaris 2.4 Packaging," lists the contents of the Solaris 2.4 new packaging environments.
-
Appendix B, "References," lists additional documents that may help you make the transition from the OPEN LOOK to Motif GUI.
What Typographic Changes and Symbols Mean
- The following table describes the type changes and symbols used in this book.
-
Table P-1
| Typeface or Symbol | Meaning | Example |
| AaBbCc123 | The names of commands, files, and directories; on-screen computer output | Edit your .login file. Use ls -a to list all files. system% You have mail. |
| AaBbCc123 | What you type, contrasted with on-screen computer output |
|
| AaBbCc123 | Command-line placeholder: replace with a real name or value | To delete a file, type rm filename. |
| AaBbCc123 | Book titles, new words or terms, or words to be emphasized | Read Chapter 6 in User's Guide. These are called class options. You must be root to do this. |
-
Table P-1 (Continued)
| Typeface or Symbol | Meaning | Example |
| Code samples are included in boxes and may display the following: |
| % | UNIX C shell prompt | system% |
| $ | UNIX Bourne and Korn shell prompt | system$ |
| # | Superuser prompt, all shells | system# |
|
|