X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee1aaf9996f831c29443ddf1673784e8c9fac3a9..15c8d3b6c81fea1a53f536b712aef3d325b5d1f4:/docs/html/faqmot.htm diff --git a/docs/html/faqmot.htm b/docs/html/faqmot.htm index 6250821885..e877346726 100644 --- a/docs/html/faqmot.htm +++ b/docs/html/faqmot.htm @@ -1,18 +1,19 @@ + -wxWindows 2 for Motif FAQ +wxWidgets 2 for Motif FAQ - + - +
- @@ -20,10 +21,18 @@ wxWindows 2 for Motif FAQ

-See also top-level FAQ page. +See also top-level FAQ page +and Unix FAQ page. +


+

List of questions in this category

+
-

What version of Motif do I need?

+

What version of Motif do I need?

You will need version 1.2 or above. Version 2 should also be fine. Some people have had a positive experience with Lesstif, @@ -31,7 +40,7 @@ a free Motif clone. (Note from Julian Smart - I use the Linux version of MetroLi

-

What features are missing or partially implemented?

+

What features are missing or partially implemented?

The following classes are not yet implemented: wxSpinButton, wxCheckListBox, wxJoyStick, wxGLCanvas.

@@ -53,32 +62,17 @@ system is in preparation.

-

Does Dialog Editor work with wxWindows for Motif?

- -Suport for Dialog Editor is almost there, but there are some wrinkles to iron -out. You may find it's useful though: compile it and see. -

- -

How do I switch between debugging and release compilation modes?

- -Unfortunately the makefile system doesn't currently allow you to compile -for both simultaneously: you need -to recompile wxWindows and your application having adjusted make.env. However, -you could rename the binary and release library archives, and adjust your makefiles -to use the appropriate one (or change a symbolic link). -

- -

Why are windows are not refreshed properly until I resize them?

+

Why are windows are not refreshed properly until I resize them?

Very occasionally you can experience this glitch, probably because sometimes the window tries to resize and repaint itself before the final size is known. The workaround is to add code like this after window creation and initialization:

-#ifdef __WXMOTIF__
+#ifdef __WXMOTIF__
   wxNoOptimize noOptimize;
-  window->SetSize(-1, -1, w, h);
-#endif
+  window->SetSize(-1, -1, w, h);
+#endif
 

+ -wxWindows 2 for Motif FAQ +wxWidgets 2 for Motif FAQ