XForms: fl_bgn_group

Lars Gullik Bjonnes (larsbj@ifi.uio.no)
Fri, 1 Aug 1997 14:18:45 +0200

To subscribers of the xforms list from Lars Gullik Bjonnes <larsbj@ifi.uio.no> :

I have some problems getting fl_bgn_group to work as I think it
should.

I have code looking like:

grp =3D fl_bgn_group();

b1 =3D=A0fl_add_button(...);
fl_set_object_shortcut(b2,...);
b2 =3D fl_add_button(...);
fl_set_object_shortcut(b2,...);
b3 =3D=A0fl_add_button(...);
fl_set_object_shortcut(b2,...);

fl_end_group();

fl_set_object_boxtype(grp, FL_FLAT_BOX);
fl_set_object_color(grp,FL_MCOL, FL_MCOL);
fl_set_object_lsize(grp,0);
fl_set_object_lstyle(grp,FL_BOLD_STYLE);
fl_set_object_resize(grp, FL_RESIZE_ALL);
fl_set_object_gravity(grp, NorthWestGravity, NorthWestGravity);

and these the don't change the button attributes, as I thought they
should. (Only some of them seem to have any effect.)

Have I missunderstood? Doesn't all fl_set_object* functions work with gro=
ups?

Lgb
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
Xforms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/