#include <Box.H>
This class handels the attributes expand and fill of a GTK box 
- Examples: 
- AlignmentTest.C, ComboBoxTextTest.C, DragNDropNowindowTest.C, DragNDropSimpleTest.C, DragNDropTest.C, DrawingAreaTest.C, NeuralNetworkFnTest.C, PixmapTest.C, ProgressBarTest.C, ScaleTest.C, SelectionAreaTest.C, SelectionTest.C, SelectionTest2.C, SelectionTest3.C, and TableTest.C.
Definition at line 33 of file Box.H.
◆ BoxIS() [1/3]
The contructor which sets expand and fill to the BoxIS::defaultVal 
Definition at line 63 of file Box.H.
 
 
◆ BoxIS() [2/3]
  
  | 
        
          | BoxIS::BoxIS | ( | bool | expandIn, |  
          |  |  | bool | fillIn |  
          |  | ) |  |  |  | inline | 
 
The contructor which sets expand and fill and defaults start to TRUE 
- Parameters
- 
  
    | expandIn | The value to set expand to upon construction |  | fillIn | The value to set fill to upon construction |  
 
Definition at line 71 of file Box.H.
 
 
◆ BoxIS() [3/3]
  
  | 
        
          | BoxIS::BoxIS | ( | bool | expandIn, |  
          |  |  | bool | fillIn, |  
          |  |  | bool | startIn |  
          |  | ) |  |  |  | inline | 
 
The contructor which sets expand, fill and start. 
- Parameters
- 
  
    | expandIn | The value to set expand to upon construction |  | fillIn | The value to set fill to upon construction |  | startIn | The value to set start to upon construction |  
 
Definition at line 82 of file Box.H.
 
 
◆ dump()
  
  | 
        
          | void BoxIS::dump | ( | void |  | ) |  |  | inline | 
 
Dump the values to std out 
Definition at line 141 of file Box.H.
 
 
◆ operator=() [1/2]
operator to make the box input stream settings equal to a provided object. 
Definition at line 123 of file Box.H.
 
 
◆ operator=() [2/2]
operator to make the box input stream settings equal to a provided object. 
Definition at line 132 of file Box.H.
 
 
◆ reset()
  
  | 
        
          | void BoxIS::reset | ( | void |  | ) |  |  | inline | 
 
Reset the expand and fill values to their defaults 
Definition at line 91 of file Box.H.
 
 
◆ setDefaultExpand()
  
  | 
        
          | void BoxIS::setDefaultExpand | ( | bool | expandIn | ) |  |  | inline | 
 
Changes the default expand value. When reset is called, this will become the default. 
Definition at line 108 of file Box.H.
 
 
◆ setDefaultFill()
  
  | 
        
          | void BoxIS::setDefaultFill | ( | bool | fillIn | ) |  |  | inline | 
 
Changes the default fill value. When reset is called, this will become the default. 
Definition at line 116 of file Box.H.
 
 
◆ setDefaults()
  
  | 
        
          | void BoxIS::setDefaults | ( | void |  | ) |  |  | inlineprivate | 
 
Sets the standard default values 
defaultVal; 
Definition at line 45 of file Box.H.
 
 
◆ setDefaultStart()
  
  | 
        
          | void BoxIS::setDefaultStart | ( | bool | startIn | ) |  |  | inline | 
 
Changes the default start value. When reset is called, this will become the default. 
- Examples: 
- SeparatorTest.C.
Definition at line 100 of file Box.H.
 
 
◆ expand
Set to expand the box contents. 
Definition at line 55 of file Box.H.
 
 
◆ expandDefault
  
  | 
        
          | bool BoxIS::expandDefault |  | private | 
 
The default state of the expand value = BoxIS::defaultVal. 
Definition at line 37 of file Box.H.
 
 
◆ fill
Set to fill the box. 
Definition at line 57 of file Box.H.
 
 
◆ fillDefault
The default state of the fill value = BoxIS::defaultVal. 
Definition at line 39 of file Box.H.
 
 
◆ start
◆ startDefault
The default state of the start value = ! BoxIS::defaultVal. 
Definition at line 41 of file Box.H.
 
 
The documentation for this class was generated from the following file:
- /tmp/gtkiostream/include/Box.H