methods: Add a spring to box containers

Description Usage Arguments

Description

A spring will separate the children packed in the box container prior to the spring be added and those being added, pushing the two as far apart as the allocated space will allow.

Add spring to GContainer class

Inserts a specific amount of space between the previously packed child and next one.

Add space to GContainer class

Usage

1
2
3
4
5
6
7
8
9
addSpring(obj)

## S3 method for class 'GContainer'
addSpring(obj)

addSpace(obj, value)

## S3 method for class 'GContainer'
addSpace(obj, value)

Arguments

obj

GContainer object

value

space in pixels to add


gWidgets2 documentation built on Jan. 11, 2022, 1:07 a.m.