28 typedef unsigned int uint;
46 expandDefault=fillDefault=
false;
67 BoxIS(
bool expandIn,
bool fillIn) {
77 BoxIS(
bool expandIn,
bool fillIn,
bool startIn) {
104 expandDefault=expandIn;
105 expand=expandDefault;
137 cout<<
"BoxIS::expand="<<expand<<
", fill="<<fill<<
", start="<<start<<endl;
157 virtual void pack(GtkWidget *obj) {
159 gtk_box_pack_start (GTK_BOX (widget), obj, expand, fill, 0);
161 gtk_box_pack_end (GTK_BOX (widget), obj, expand, fill, 0);
231 Box& operator <<(GtkWidget * b) {
240 Box& operator <<(LinkList<GtkWidget *> &ll) {
250 Box& operator >>(GtkWidget * b) {
281 g_signal_connect_after(widget, event, callback, data);
298 Container::operator=(b);
312 widget = gtk_vbox_new (FALSE, 0);
323 widget = gtk_hbox_new (FALSE, 0);
334 widget = gtk_hbutton_box_new ();
345 widget = gtk_vbutton_box_new ();