Re: [gtkmm] Vertical alignment
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: Christian <christian vonkietzell de>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Vertical alignment
- Date: Tue, 22 Jun 2004 10:27:20 +0400
1. pack every widget into alignment, then put alignment into hbox.
2. use table widget instead of hbox.
Regards,
-andrew
Christian wrote:
Hi,
how can I top-align widgets in an HBox? I've tried using SizeGroup but
that didn't work.
The only way I can think of is to put every widget into a VBox by
itself using pack_shrink and put these VBoxes into the HBox. But that
is a bit awkward, isn't it? Am I just being too blind to see the right
way?
Cheers,
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]