[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

1565.0. "No WM resize icon wanted" by ABLE::MARTINEZ () Thu Oct 12 1989 21:00

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.RTitleUserPersonal
Name
DateLines
1565.1...GSRC::WESTVariables don't, Constants aren'tFri Oct 13 1989 01:3811

  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 <=-