eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Dolphin::MessageBox':

Home

everywhere
www.exept.de
for:
[back]

Class: MessageBox (in Dolphin)


Inheritance:

   Object
   |
   +--GraphicsContext
      |
      +--DeviceGraphicsContext
         |
         +--GraphicsMedium
            |
            +--DisplaySurface
               |
               +--SimpleView
                  |
                  +--View
                     |
                     +--TopView
                        |
                        +--StandardSystemView
                           |
                           +--ModalBox
                              |
                              +--DialogBox
                                 |
                                 +--Dolphin::MessageBox

Package:
stx:libcompat
Category:
Compatibility-Dolphin
Version:
rev: 1.1 date: 2001/12/03 18:33:04
user: cg
file: Dolphin_MessageBox.st directory: libcompat
module: stx stc-classLibrary: libcompat

Instance protocol:

accessing - behavior
o  defaultButton: defaultIndex

construction-buttons
o  abortRetryIgnore
create abort-, retry- and Ignore Buttons

o  addIgnoreButton
create a ignoreButton - to be sent from redefined initialize
methods in subclasses or when creating a box programmatically.
Returns the button.

o  addRetryButton
create a retryButton - to be sent from redefined initialize
methods in subclasses or when creating a box programmatically.
Returns the button.

startup
o  warning: aString

user actions
o  ignorePressed

o  retryPressed


Examples:


MessageBox new abortRetryIgnore; defaultButton: 3; warning: 'hello world'

ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 16:15:06 GMT