extensions.st
changeset 15691 e39ed47363ff
parent 15616 325be5f3e308
child 15692 3d3fd4c8defc
child 15739 b8fb58295131
equal deleted inserted replaced
15689:b4c8ceff3fe5 15691:e39ed47363ff
  1649     ^ Inspector ? InspectorView
  1649     ^ Inspector ? InspectorView
  1650 
  1650 
  1651     "Modified: / 08-03-2012 / 16:09:38 / cg"
  1651     "Modified: / 08-03-2012 / 16:09:38 / cg"
  1652 ! !
  1652 ! !
  1653 
  1653 
  1654 !Object methodsFor:'debugging'!
  1654 !Object methodsFor:'inspecting'!
  1655 
  1655 
  1656 inspectorExtraAttributes
  1656 inspectorExtraAttributes
  1657     "extra (pseudo instvar) entries to be shown in an inspector.
  1657     "extra (pseudo instvar) entries to be shown in an inspector.
  1658      Answers a dictionary of aString -> aBlock.
  1658      Answers a dictionary of aString -> aBlock.
  1659      aString is name of extra attribute and MUST start with minus ($-).
  1659      aString is name of extra attribute and MUST start with minus ($-).
  2724 ! !
  2724 ! !
  2725 
  2725 
  2726 !stx_libtool class methodsFor:'documentation'!
  2726 !stx_libtool class methodsFor:'documentation'!
  2727 
  2727 
  2728 extensionsVersion_CVS
  2728 extensionsVersion_CVS
  2729     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.155 2015-05-07 10:52:00 cg Exp $'
  2729     ^ '$Header$'
  2730 ! !
  2730 ! !
  2731 
  2731 
  2732 !stx_libtool class methodsFor:'documentation'!
  2732 !stx_libtool class methodsFor:'documentation'!
  2733 
  2733 
  2734 extensionsVersion_HG
  2734 extensionsVersion_HG