2 % automatically generated by HelpGen $Revision$ from
3 % controlbar.h at 21/Jan/02 21:14:13
7 \section{\class{cbDimInfo
}}\label{cbdiminfo
}
10 Helper class used internally by the wxFrameLayout class.
11 Holds and manages information about bar dimensions.
13 \wxheading{Derived from
}
15 \helpref{wxObject
}{wxobject
}
17 \wxheading{Include files
}
21 \wxheading{Data structures
}
23 \latexignore{\rtfignore{\wxheading{Members
}}}
26 \membersection{cbDimInfo::cbDimInfo
}\label{cbdiminfocbdiminfo
}
28 \func{}{cbDimInfo
}{\param{cbBarDimHandlerBase*
}{pDimHandler
},
\param{bool
}{isFixed
}}
31 isFixed is TRUE if vertical/horizontal dimensions cannot be manually adjusted
32 by the user using resizing handles. If FALSE, the frame-layout
33 automatically places resizing handles among bars that do are not fixed.
36 \func{}{cbDimInfo
}{\param{int
}{dh
\_x},
\param{int
}{dh
\_y},
\param{int
}{dv
\_x},
\param{int
}{dv
\_y},
\param{int
}{f
\_x},
\param{int
}{f
\_y},
\param{bool
}{isFixed = TRUE
},
\param{int
}{horizGap =
6},
\param{int
}{vertGap =
6},
\param{cbBarDimHandlerBase*
}{pDimHandler = NULL
}}
38 Constructor taking dimenstion information.
39 dh
\_x, dh
\_y are the dimensions when docked horizontally.
40 dv
\_x, dv
\_y are the dimensions when docked vertically.
41 f
\_x, f
\_y are the dimensions when floating.
42 For information on isFixed, see comments above.
43 horizGap is the left/right gap, separating decorations
44 from the bar's actual wndow, filled with the frame's background colour.
45 The dimension is given in the frame's coordinates.
46 vertGap is the top/bottom gap, separating decorations
47 from the bar's actual wndow, filled with the frame's background colour.
48 The dimension is given in the frame's coordinates.
51 \func{}{cbDimInfo
}{\param{int
}{x
},
\param{int
}{y
},
\param{bool
}{isFixed = TRUE
},
\param{int
}{gap =
6},
\param{cbBarDimHandlerBase*
}{pDimHandler = NULL
}}
56 \func{}{cbDimInfo
}{\void}
61 \membersection{cbDimInfo::
\destruct{cbDimInfo
}}\label{cbdiminfodtor
}
63 \func{}{\destruct{cbDimInfo
}}{\void}
65 Destructor. Destroys handler automatically, if present.
68 \membersection{cbDimInfo::GetDimHandler
}\label{cbdiminfogetdimhandler
}
70 \func{cbBarDimHandlerBase*
}{GetDimHandler
}{\void}
72 Returns the handler, if any.
75 \membersection{cbDimInfo::operator=
}\label{cbdiminfooperatorassign
}
77 \func{const cbDimInfo\& operator
}{operator=
}{\param{const cbDimInfo\&
}{other
}}