Back: BLOX.BTransientWindow-widget protocol Up: BLOX package Forward: BLOX.BViewport-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.48 BLOX.BViewport

Defined in namespace BLOX
Superclass: BLOX.BPrimitive
Category: Graphics-Windows
I represent an interface which is common to widgets that can be scrolled, like list boxes or text widgets.

1.48.1 BLOX.BViewport: accessing  (instance)
1.48.2 BLOX.BViewport: scrollbars  (instance)


1.48.1 BLOX.BViewport: accessing

connected
Private - Answer the name of Tk widget for the connected widget.


1.48.2 BLOX.BViewport: scrollbars

horizontal
Answer whether an horizontal scrollbar is drawn in the widget if needed.

horizontal: aBoolean
Set whether an horizontal scrollbar is drawn in the widget if needed.

horizontalNeeded
Answer whether an horizontal scrollbar is needed to show all the information in the widget.

horizontalShown
Answer whether an horizontal scrollbar is drawn in the widget.

vertical
Answer whether a vertical scrollbar is drawn in the widget if needed.

vertical: aBoolean
Set whether a vertical scrollbar is drawn in the widget if needed.

verticalNeeded
Answer whether a vertical scrollbar is needed to show all the information in the widget.

verticalShown
Answer whether a vertical scrollbar is drawn in the widget.



Back: BLOX.BViewport-accessing Up: BLOX.BViewport Forward: BLOX.BWidget   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