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

Conference bulova::decwindows

Title:DECWINDOWS
Notice:DECwindows Motif V1.2-4 SSB kits: note 5519
Moderator:GRIM::MESSENGER
Created:Wed Nov 28 1990
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5861
Total number of notes:24081

5776.0. "Icon-style features under new Desktop in Motif?" by CPEEDY::COOK (Just say NO to that AccViO! - Java!!!) Thu Feb 13 1997 12:04

    After upgrading Motif to the new DESKTOP functionality,  I
    can't find anyway to restore the ICON-style that I had
    been using before.  (I had chosen ICON placement from top-to
    bottom along the right side of the screen and had specified
    text-only icons.)  
    
    The setup for that functionality was available via the right mouse 
    button.  Has it been moved elsewhere (or was it removed)?
    
    Thanks...
    
    						Dave
T.RTitleUserPersonal
Name
DateLines
5776.1use dtwm.dat resource fileDECWIN::STEFANELLIGreat googaly moogalyFri Feb 14 1997 09:0615
There is no graphical way to do this.  You have to edit a
resource file.  Create the file dtwm.dat in your home directory
(if its not already there).  Add the lines:

Dtwm*iconPlacement:	Left Top
Dtwm*iconDecoration:	activelabel label

The iconPlacement resource above says display icons from left
to right and from top to bottom (Bottom and Right are also valid
values).  The iconDecoration resource determines how icons are
displayed.  The above says display just the label ("label" value)
and allow labels to exceed the width of the icon ("activelabel"
value).  The other valid value is "image".

Doug
5776.2dtwm.dat does the trick...CPEEDY::COOKJust say NO to that AccViO! - Java!!!Fri Feb 14 1997 16:359
    
    Great!  Thanks, Doug.
    
    Fwiw, there was one other value that makes the icons longer...
    
    Dtwm*iconImageMaximum:   900x75
    
    (I found my old values in DECW$MWM.DAT...and just put the relevant
     ones into dtwm.dat as you explained.)