UISpecificationTool.st
changeset 1624 b523a5213c34
parent 1612 15d05e73f258
child 1647 caa90f350d18
equal deleted inserted replaced
1623:3fac80dbb0b3 1624:b523a5213c34
   165 'Aspect selector or binding for the widget placed into the notebook.'
   165 'Aspect selector or binding for the widget placed into the notebook.'
   166 
   166 
   167 #canvasArgument
   167 #canvasArgument
   168 'An optional argument passed with the message.'
   168 'An optional argument passed with the message.'
   169 
   169 
   170 #canvasFrameLevel
       
   171 '3D Level of frame around canvas.'
       
   172 
       
   173 #canvasInset
   170 #canvasInset
   174 'Inset of canvas; a Point or Integer; leave blank for default.'
   171 'Inset of canvas; a Point or Integer; leave blank for default.'
   175 
   172 
   176 #canvasSelector
   173 #canvasSelector
   177 'Message sent after opening the canvas.'
   174 'Message sent after opening the canvas.'
   427 
   424 
   428 #lampColor
   425 #lampColor
   429 'Defines the lamps color.'
   426 'Defines the lamps color.'
   430 
   427 
   431 #level
   428 #level
   432 'Level of the 3D-border (in pixels); Take widgets default, if left empty.'
   429 'Level of the 3D-border (in pixels); take widgets default, if left empty.'
   433 
   430 
   434 #listHolder
   431 #listHolder
   435 'Aspect selector or binding for the list holder.'
   432 'Aspect selector or binding for the list holder.'
   436 
   433 
   437 #majorKey
   434 #majorKey
   629 #tabIntern
   626 #tabIntern
   630 'Tab into the widget; if off, TAB skips over the widgets fields'
   627 'Tab into the widget; if off, TAB skips over the widgets fields'
   631 
   628 
   632 #tabLabels
   629 #tabLabels
   633 'Message sent to ask the application for a list of tab-item-labels.'
   630 'Message sent to ask the application for a list of tab-item-labels.'
       
   631 
       
   632 #tabLevel
       
   633 '3D Level (in pixels) of frame and tabs; take widgets default if left empty'
       
   634 
       
   635 #tabMarginBottom
       
   636 'Margin (in pixels) between tabs and canvas; take widgets default if left empty'
       
   637 
       
   638 #tabMarginTop
       
   639 'Margin (in pixels) between tabs and outer frame; take widgets default if left empty'
   634 
   640 
   635 #tabOrientation
   641 #tabOrientation
   636 'Defines the side for the arrangement of the tab items.'
   642 'Defines the side for the arrangement of the tab items.'
   637 
   643 
   638 #tabWidget
   644 #tabWidget