StandardSystemView.st
changeset 8149 cda2dc8052e7
parent 8058 e65234fc45e0
child 8288 3ea310460fdd
equal deleted inserted replaced
8148:987e7d0dee97 8149:cda2dc8052e7
   417     "/ ^ '%1 @ %2'.
   417     "/ ^ '%1 @ %2'.
   418     ^ '%1 (%5@%2)'.
   418     ^ '%1 (%5@%2)'.
   419 !
   419 !
   420 
   420 
   421 includeHostNameInLabel
   421 includeHostNameInLabel
   422     "return the flag which controls if a views label should
   422     "return the flag which controls if a view's label should
   423      include the hostname.
   423      include the hostname.
   424      This flag is usually set/cleared in your private.rc file;
   424      This flag is usually set/cleared in your private.rc file;
   425      the default is false."
   425      the default is false."
   426 
   426 
   427     ^ IncludeHostNameInLabel
   427     ^ IncludeHostNameInLabel
   428 
   428 
   429     "Created: 10.9.1995 / 19:21:16 / claus"
   429     "Created: / 10-09-1995 / 19:21:16 / claus"
       
   430     "Modified (comment): / 31-08-2017 / 20:16:14 / cg"
   430 !
   431 !
   431 
   432 
   432 includeHostNameInLabel:aBoolean
   433 includeHostNameInLabel:aBoolean
   433     "set/clear the flag which controls if a views label should
   434     "set/clear the flag which controls if a view's label should
   434      include the hostname - this is highly useful if you have
   435      include the hostname - this is highly useful if you have
   435      multiple smalltalks open simultaneously ...
   436      multiple smalltalks open simultaneously ...
   436      This flag is usually set/cleared in your private.rc file;
   437      This flag is usually set/cleared in your private.rc file;
   437      the default is false."
   438      the default is false."
   438 
   439 
   439     IncludeHostNameInLabel := aBoolean
   440     IncludeHostNameInLabel := aBoolean
   440 
   441 
   441     "Modified: 24.4.1996 / 09:09:21 / cg"
   442     "Modified: / 24-04-1996 / 09:09:21 / cg"
       
   443     "Modified (comment): / 31-08-2017 / 20:16:18 / cg"
   442 !
   444 !
   443 
   445 
   444 takeFocusWhenMapped
   446 takeFocusWhenMapped
   445     ^ TakeFocusWhenMapped
   447     ^ TakeFocusWhenMapped
   446 
   448