Tools__FontSettingsApplication.st
branchjv
changeset 16081 f36d893e95d2
parent 15950 23be8cf85415
parent 16080 91f72a42634b
child 16097 daad0a09e036
equal deleted inserted replaced
16079:8d69c8519a3a 16081:f36d893e95d2
   810         self buttonDef value:(f onDevice:buttonsLabel device).
   810         self buttonDef value:(f onDevice:buttonsLabel device).
   811         self listDef value:(f onDevice:listsLabel device).
   811         self listDef value:(f onDevice:listsLabel device).
   812         self menuDef value:(f onDevice:menuLabel device).
   812         self menuDef value:(f onDevice:menuLabel device).
   813         self textDef value:(f onDevice:textLabel device).
   813         self textDef value:(f onDevice:textLabel device).
   814         self inputFieldDef value:(f onDevice:inputFieldLabel device).
   814         self inputFieldDef value:(f onDevice:inputFieldLabel device).
       
   815         self tooltipDef value:(f onDevice:tooltipLabel device).
   815     ]
   816     ]
   816 !
   817 !
   817 
   818 
   818 changeButtonsFont
   819 changeButtonsFont
   819     self changeFontFor:self buttonDef labelTitle:'Buttons'.
   820     self changeFontFor:self buttonDef labelTitle:'Buttons'.
   912     self menuDef value:variableFont.
   913     self menuDef value:variableFont.
   913     self listDef value:variableFont.
   914     self listDef value:variableFont.
   914     self labelDef value:variableFont.
   915     self labelDef value:variableFont.
   915     self buttonDef value:variableFont.
   916     self buttonDef value:variableFont.
   916     self otherDef value:variableFont.
   917     self otherDef value:variableFont.
       
   918     self tooltipDef value:variableFont.
   917 
   919 
   918     self allOfThem value:variableFont.
   920     self allOfThem value:variableFont.
   919 
   921 
   920     "Created: / 06-02-2012 / 12:18:34 / cg"
   922     "Created: / 06-02-2012 / 12:18:34 / cg"
   921 !
   923 !
  1353     self update:#value with:nil from:self buttonDef.
  1355     self update:#value with:nil from:self buttonDef.
  1354     self update:#value with:nil from:self listDef.
  1356     self update:#value with:nil from:self listDef.
  1355     self update:#value with:nil from:self menuDef.
  1357     self update:#value with:nil from:self menuDef.
  1356     self update:#value with:nil from:self textDef.
  1358     self update:#value with:nil from:self textDef.
  1357     self update:#value with:nil from:self inputFieldDef.
  1359     self update:#value with:nil from:self inputFieldDef.
       
  1360     self update:#value with:nil from:self tooltipDef.
  1358 !
  1361 !
  1359 
  1362 
  1360 updateFontOfLabel:labelWidget andFontNameHolder:fontNameHolder from:changedObject 
  1363 updateFontOfLabel:labelWidget andFontNameHolder:fontNameHolder from:changedObject 
  1361     |f label|
  1364     |f label|
  1362 
  1365