eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Dolphin::MessageBox':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: MessageBox (in Dolphin)


Inheritance:

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

Package:
stx:libcompat
Category:
Compatibility-Dolphin
Version:
rev: 1.3 date: 2017/11/28 18:03:31
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
self icon:icon.

user actions
o  ignorePressed

o  retryPressed


Examples:


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

ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 13:25:38 GMT