VDBFrameApplication.st
changeset 49 2ec7f7ed9242
parent 48 0076f0700e5e
child 54 d974a70c70ad
equal deleted inserted replaced
48:0076f0700e5e 49:2ec7f7ed9242
       
     1 "
       
     2 jv:vdb - Visual / VM Debugger
       
     3 Copyright (C) 2015-now Jan Vrany
       
     4 
       
     5 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
     6 
       
     7 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
     8 "
     1 "{ Package: 'jv:vdb' }"
     9 "{ Package: 'jv:vdb' }"
     2 
    10 
     3 "{ NameSpace: Smalltalk }"
    11 "{ NameSpace: Smalltalk }"
     4 
    12 
     5 VDBAbstractTreeApplication subclass:#VDBFrameApplication
    13 VDBAbstractTreeApplication subclass:#VDBFrameApplication
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'VDB-UI-Others'
    17 	category:'VDB-UI-Others'
    10 !
    18 !
    11 
    19 
       
    20 !VDBFrameApplication class methodsFor:'documentation'!
       
    21 
       
    22 copyright
       
    23 "
       
    24 jv:vdb - Visual / VM Debugger
       
    25 Copyright (C) 2015-now Jan Vrany
       
    26 
       
    27 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
    28 
       
    29 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
    30 "
       
    31 ! !
    12 
    32 
    13 !VDBFrameApplication class methodsFor:'accessing'!
    33 !VDBFrameApplication class methodsFor:'accessing'!
    14 
    34 
    15 windowTitle
    35 windowTitle
    16     ^ 'Variables'
    36     ^ 'Variables'