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.4 date: 2021/01/20 14:40:18
user: cg
file: GridBagLayoutInfo.st directory: libwidg2
module: stx stc-classLibrary: libwidg2

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 

copyright

COPYRIGHT (c) 1998 by Andreas Vogel COPYRIGHT (c) 1998 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:27:24 GMT