eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'GridBagLayoutInfo':

Home

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

Class: GridBagLayoutInfo


Inheritance:

   Object
   |
   +--GridBagLayoutInfo

Package:
stx:libwidg2
Category:
Views-Support
Version:
rev: 1.3 date: 2006/03/13 15:55:20
user: cg
file: GridBagLayoutInfo.st directory: libwidg2
module: stx stc-classLibrary: libwidg2
Author:
Andreas Vogel

Description:


This is a helper class for the GridBagLayoutView and not usable for general purposes.

Instance variables:

    int     width, height          number of cells horizontally, vertically 
    int     startx, starty         starting point for layout 
    int     minWidth[]             largest minWidth in each column 
    int     minHeight[]            largest minHeight in each row 
    double  weightX[]              largest weight in each column 
    double  weightY[]              largest weight in each row 


Related information:

    GridBagLayoutView

Instance protocol:

accessing
o  height

o  height: something

o  minHeight

o  minHeight: something

o  minWidth

o  minWidth: something

o  startX

o  startX: something

o  startY

o  startY: something

o  weightX

o  weightX: something

o  weightY

o  weightY: something

o  width

o  width: something

initialization
o  initialize
(comment from inherited method)
just to ignore initialize to objects which do not need it



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 08:26:34 GMT