Re: [gtkmm] pack_start and AttachOptions is still confusing
- From: Murray Cumming <murrayc usa net>
- To: Martin Schulze <MHL Schulze t-online de>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] pack_start and AttachOptions is still confusing
- Date: 13 Jul 2002 21:11:29 +0100
On Sat, 2002-07-13 at 12:57, Martin Schulze wrote:
> Gtk::SHRINK for (false, false),
> Gtk::EXPAND_PADDING for (true, false),
> Gtk::EXPAND_FILL for (true, true)
This is my favourite so far. So that's:
Gtk::SHRINK = (false, false) = Gtk::SHRINK
Gtk::EXPAND_PADDING = (true, false) = Gtk::EXPAND
Gtk::EXPAND_FILL = (true, true) = Gtk::EXPAND | Gtk::FILL
It has the advantage that it's not so different than the current system.
--
Murray Cumming
murrayc usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]