Back: BLOX.BToggle-accessing Up: BLOX package Forward: BLOX.BTransientWindow class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.47 BLOX.BTransientWindow

Defined in namespace BLOX
Superclass: BLOX.BWindow
Category: Graphics-Windows
I am almost a boss. I represent a window which is logically linked to another which sits higher in the widget hierarchy, e.g. a dialog box

1.47.1 BLOX.BTransientWindow class: instance creation  (class)
1.47.2 BLOX.BTransientWindow: widget protocol  (instance)


1.47.1 BLOX.BTransientWindow class: instance creation

new
This method should not be called for instances of this class.

new: parentWindow
Answer a new transient window attached to the given parent window and with nothing in its title bar caption.

new: label in: parentWindow
Answer a new transient window attached to the given parent window and with `label' as its title bar caption.


1.47.2 BLOX.BTransientWindow: widget protocol

map
Map the window and inform the windows manager that the receiver is a transient window working on behalf of its parent. The window is also put in its parent window's window group: the window manager might use this information, for example, to unmap all of the windows in a group when the group's leader is iconified.



Back: BLOX.BTransientWindow class-instance creation Up: BLOX.BTransientWindow Forward: BLOX.BViewport   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on July, 23 2009 using texi2html