1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>GTK+ Foundation Classes</title>
<link href="gfc.css" rel="stylesheet" type="text/css">
<meta content="The GFC Development Team" name="author">
<meta content="Core Library Reference Manual" name="description">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(243, 244, 248);"
alink="#000099" link="#000099" vlink="#990099">
<table style="text-align: left; width: 1227px; height: 117px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: center; background-color: rgb(255, 255, 255); width: 220px; vertical-align: top;"><img
alt="GFC Logo" src="../images/gfc.png"
style="width: 207px; height: 92px;"></td>
<td
style="text-align: center; background-color: rgb(87, 107, 152); vertical-align: middle;"><img
alt="GFC Title Logo" src="../images/gfc-title.png"
style="width: 418px; height: 76px;"><br>
</td>
</tr>
<tr>
<td
style="text-align: center; background-color: rgb(65, 77, 104); vertical-align: middle;"><big><span
style="color: rgb(255, 255, 153); font-weight: bold;">Reference Manual</span></big><br>
</td>
<td
style="text-align: center; background-color: rgb(148, 164, 200); vertical-align: middle;"><small
style="font-family: helvetica,arial,sans-serif;"><a
href="../html/index.html">Main Page</a> | <a
href="../html/namespaces.html">Namespace List</a> | <a
href="classes.html">Alphabetical List</a> | <a
href="../html/annotated.html">Class List</a> | <a
href="../html/files.html">File List</a></small><br>
</td>
</tr>
</tbody>
</table>
<small> </small>
</body>
</html>
<!-- Generated by Doxygen 1.3.8 -->
<h1>box.hh</h1><a href="box_8hh.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* GFC-UI: GTK+ Foundation Classes (User Interface Library)</span>
00002 <span class="comment"> * Copyright (C) 2002-2004 The GFC Development Team.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
00005 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
00006 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
00007 <span class="comment"> * (at your option) any later version.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
00012 <span class="comment"> * GNU Library General Public License for more details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
00015 <span class="comment"> * along with this program; if not, write to the Free Software</span>
00016 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
00017 <span class="comment"> */</span>
00018
00025
00026 <span class="preprocessor">#ifndef GFC_GTK_BOX_HH</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#define GFC_GTK_BOX_HH</span>
00028 <span class="preprocessor"></span>
00029 <span class="preprocessor">#ifndef GFC_GTK_CONTAINER_HH</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#include <<a class="code" href="container_8hh.html">gfc/gtk/container.hh</a>></span>
00031 <span class="preprocessor">#endif</span>
00032 <span class="preprocessor"></span>
00033 <span class="preprocessor">#ifndef __GTK_HBOX_H__</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#include <gtk/gtkhbox.h></span>
00035 <span class="preprocessor">#endif</span>
00036 <span class="preprocessor"></span>
00037 <span class="preprocessor">#ifndef __GTK_VBOX_H__</span>
00038 <span class="preprocessor"></span><span class="preprocessor">#include <gtk/gtkvbox.h></span>
00039 <span class="preprocessor">#endif</span>
00040 <span class="preprocessor"></span>
00041 <span class="preprocessor">#ifndef GFC_GTK_BOX_CHILD_HH</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#include <<a class="code" href="boxchild_8hh.html">gfc/gtk/boxchild.hh</a>></span>
00043 <span class="preprocessor">#endif</span>
00044 <span class="preprocessor"></span>
00045 <span class="keyword">namespace </span>GFC {
00046
00047 <span class="keyword">namespace </span>Gtk {
00048
00077
<a name="l00078"></a><a class="code" href="classGFC_1_1Gtk_1_1Box.html">00078</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a> : <span class="keyword">public</span> <a class="code" href="classGFC_1_1Gtk_1_1Container.html">Container</a>
00079 {
00080 <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00081
00082 <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z325_0">Box</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a>&);
00083 <a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a>& operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a>&);
00084
00085 <span class="keyword">protected</span>:
00088
00089 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z325_0">Box</a>(GtkBox *box, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">false</span>);
00096
00097 <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z325_1">~Box</a>() = 0;
00099
00101
00102 <span class="keyword">public</span>:
00105
00106 GtkBox* <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z326_0">gtk_box</a>() <span class="keyword">const</span>;
00108
00109 <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z326_1">operator GtkBox* </a>() <span class="keyword">const</span>;
00111
00112 <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z326_2">children</a>(std::vector<BoxChild*>& child_list) <span class="keyword">const</span>;
00119
00120 <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z326_3">get_homogeneous</a>() <span class="keyword">const</span>;
00123
00124 <span class="keywordtype">int</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z326_4">get_spacing</a>() <span class="keyword">const</span>;
00127
00131
00132 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_0">pack_start</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">bool</span> expand = <span class="keyword">true</span>, <span class="keywordtype">bool</span> fill = <span class="keyword">true</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> padding = 0);
00148
00149 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_1">pack_end</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">bool</span> expand = <span class="keyword">true</span>, <span class="keywordtype">bool</span> fill = <span class="keyword">true</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> padding = 0);
00165
00166 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_2">insert_start</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">int</span> position, <span class="keywordtype">bool</span> expand = <span class="keyword">true</span>, <span class="keywordtype">bool</span> fill = <span class="keyword">true</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> padding = 0);
00184
00185 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_3">insert_end</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">int</span> position, <span class="keywordtype">bool</span> expand = <span class="keyword">true</span>, <span class="keywordtype">bool</span> fill = <span class="keyword">true</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> padding = 0);
00203
00204 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_4">set_homogeneous</a>(<span class="keywordtype">bool</span> homogeneous);
00209
00210 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_5">set_spacing</a>(<span class="keywordtype">int</span> spacing);
00213
00214 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_6">reorder_child</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">int</span> position);
00226
00227 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_7">query_child_packing</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">bool</span> *expand, <span class="keywordtype">bool</span> *fill, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *padding, <a class="code" href="namespaceGFC_1_1Gtk.html#a330">PackType</a> *pack_type) <span class="keyword">const</span>;
00234
00235 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html#z327_8">set_child_packing</a>(<a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>& child, <span class="keywordtype">bool</span> expand, <span class="keywordtype">bool</span> fill, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> padding, <a class="code" href="namespaceGFC_1_1Gtk.html#a330">PackType</a> pack_type);
00242
00244 };
00245
00252
<a name="l00253"></a><a class="code" href="classGFC_1_1Gtk_1_1HBox.html">00253</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1HBox.html">HBox</a> : <span class="keyword">public</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a>
00254 {
00255 <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00256
00257 <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z328_0">HBox</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1HBox.html">HBox</a>&);
00258 <a class="code" href="classGFC_1_1Gtk_1_1HBox.html">HBox</a>& operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1HBox.html">HBox</a>&);
00259
00260 <span class="keyword">protected</span>:
00263
00264 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z328_0">HBox</a>(GtkHBox *hbox, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">false</span>);
00271
00273
00274 <span class="keyword">public</span>:
00277
00278 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z328_0">HBox</a>(<span class="keywordtype">bool</span> homogeneous = <span class="keyword">false</span>, <span class="keywordtype">int</span> spacing = 0);
00282
00283 <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z329_1">~HBox</a>();
00284
00286
00290
00291 GtkHBox* <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z330_0">gtk_hbox</a>() <span class="keyword">const</span>;
00293
00294 <a class="code" href="classGFC_1_1Gtk_1_1HBox.html#z330_1">operator GtkHBox* </a>() <span class="keyword">const</span>;
00296
00298 };
00299
00306
<a name="l00307"></a><a class="code" href="classGFC_1_1Gtk_1_1VBox.html">00307</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1VBox.html">VBox</a> : <span class="keyword">public</span> <a class="code" href="classGFC_1_1Gtk_1_1Box.html">Box</a>
00308 {
00309 <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00310
00311 <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z331_0">VBox</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1VBox.html">VBox</a>&);
00312 <a class="code" href="classGFC_1_1Gtk_1_1VBox.html">VBox</a>& operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1VBox.html">VBox</a>&);
00313
00314 <span class="keyword">protected</span>:
00317
00318 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z331_0">VBox</a>(GtkVBox *vbox, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">false</span>);
00325
00327
00328 <span class="keyword">public</span>:
00331
00332 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z331_0">VBox</a>(<span class="keywordtype">bool</span> homogeneous = <span class="keyword">false</span>, <span class="keywordtype">int</span> spacing = 0);
00336
00337 <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z332_1">~VBox</a>();
00339
00343
00344 GtkVBox* <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z333_0">gtk_vbox</a>() <span class="keyword">const</span>;
00346
00347 <a class="code" href="classGFC_1_1Gtk_1_1VBox.html#z333_1">operator GtkVBox* </a>() <span class="keyword">const</span>;
00349
00351 };
00352
00353 } <span class="comment">// namespace Gtk</span>
00354
00355 } <span class="comment">// namespace GFC</span>
00356
00357 <span class="preprocessor">#include <gfc/gtk/inline/box.inl></span>
00358
00359 <span class="preprocessor">#endif // GFC_GTK_BOX_HH</span>
00360 <span class="preprocessor"></span>
00361
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:30 2004 for GFC-UI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>
|