| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

GtkBox

This version was saved 17 years, 10 months ago View current version     Page history
Saved by PBworks
on May 29, 2006 at 8:38:22 pm
 

Documentation

Category: GtkContainers

Base class for box containers

 


 

GtkBox class

 

GtkBox

subclasses: GtkContainer -> GtkWidget -> GtkObject -> GObject

packStart: aGtkWidget expand: anExpandBoolean fill: aFillBoolean padding: aSmallInteger

Appends a child widget to the end of the box.

  • expand: true if the new child is to be given extra space allocated to box. The extra space will be divided evenly between all children of box that use this option.
  • fill: true if space given to child by the expand option is actually allocated to child, rather than just padding it. This parameter has no effect if expand is set to FALSE. A child is always allocated the full height of a GtkHBox and the full width of a GtkVBox. This option affects the other dimension.
  • padding: extra space in pixels to put between this child and its neighbors, over and above the global amount specified by spacing in GtkBox-struct. If child is a widget at one of the reference ends of box, then padding pixels are also put between child and the reference edge of box.

Comments (0)

You don't have permission to comment on this page.