| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
| Moderator: | STAR::VATNE |
| Created: | Mon Oct 30 1989 |
| Last Modified: | Mon Dec 31 1990 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 3726 |
| Total number of notes: | 19516 |
Hello, Does anybody know how I can accomplish the following; o Have the window manager NOT display the resize icon in the window title bar that the window manager attaches to application windows. Thanks for any responses, Mike.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1565.1 | ... | GSRC::WEST | Variables don't, Constants aren't | Fri Oct 13 1989 00:38 | 11 |
Make a call to XtSetValues using the resource C_NNO_RESIZE on the top level widget...the one returned from XtInitialize. If the window has already been created then you will have to set WM_HINTS for that window. -=> Jim <=- | |||||