eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'TextRuler':

Home

everywhere
www.exept.de
for:
[back]

Class: TextRuler


Inheritance:

   Object
   |
   +--GraphicsContext
      |
      +--DeviceGraphicsContext
         |
         +--GraphicsMedium
            |
            +--DisplaySurface
               |
               +--SimpleView
                  |
                  +--Ruler
                     |
                     +--TextRuler

Package:
stx:libwidg2
Category:
Views-Interactors
Version:
rev: 1.15 date: 2006-11-13 16:11:31
user: cg
file: TextRuler.st directory: libwidg2
module: stx stc-classLibrary: libwidg2

Description:


This is a special ruler built for text processing
applications. Currently, it is not used in the system.
It will allow setting of margins, tabs and text-layout.

The implementation is not yet finished - take it as example
goody ...

TextRuler new open


Class protocol:

defaults
o  alignForm
return the form displayed in the align-button

o  centerForm
return the form displayed in the center-button

o  centerTabForm
return the form displayed in the centerTab-button

o  decimalTabForm
return the form displayed in the decimalTab-button

o  leftAlignForm
return the form displayed in the leftAlign-button

o  leftMarginForm
return the form displayed for the left margin marker

o  leftTabForm
return the form displayed in the leftTab-button

o  rightAlignForm
return the form displayed in the rightAlign-button

o  rightMarginForm
return the form displayed for the right margin marker

o  rightTabForm
return the form displayed in the rightTab-button


Instance protocol:

accessing
o  paragraphSpecification: aSpec

redrawing
o  redraw
redraw margin & tab marks



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 21:33:39 GMT