[Pharo-project] [COTDC] 43 - TextStyleFontSelectorDialogWindow
Today: TextStyleFontSelectorDialogWindow Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest Laurent
TextStyleFontSelectorDialogWindow new => error. Is it used ?? Should we remove it ? For FreeTypeFontSelectorDialogWindow: I'm a dialog to select a font. Usage example: |fontSelector| fontSelector := FreeTypeFontSelectorDialogWindow new. UITheme builder openModal: fontSelector. fontSelector selectedFont inspect. Laurent. On Wed, Apr 6, 2011 at 9:52 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
Today: TextStyleFontSelectorDialogWindow
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
Example code your provided in comment reminds me of Google Sketchup Ruby API. http://code.google.com/apis/sketchup/docs/ourdoc/face.html UITheme >> newFontSelector used by ComposableMorph, ExampleBuilderMorph, MorphicUIManager, StandardWindow,TEasilyThemed classes. I'm not sure it can be removed. -- View this message in context: http://forum.world.st/COTDC-43-TextStyleFontSelectorDialogWindow-tp3431614p3... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
HwaJong Oh -
laurent laffont