AW: [gtkmm] pack_start and AttachOptions is still confusing



Since apparently nobody else cared to look this up, I guess I can't go on
lurking :-)

>So is this correct?:
>SHRINK would be Gtk::SHRINK (or false, false)
>EXPAND_PADDING would be Gtk::EXPAND | Gtk::FILL (or true, true) (the
default)
>EXPAND_WIDGET would be Gtk::EXPAND (true, false) 
>
>Here is a link to the C function's documentation:
>http://developer.gnome.org/doc/API/2.0/gtk/gtkbox.html#gtk-box-pack-start
>
>Are you certain that (false, true) is never used? Can you convince me or
show me 
>something official that says that?
>
>-- 

It's right in the documentation of expand and fill you mentioned:

"fill : (...) This parameter has no effect if expand is set to FALSE"
Thus, using (false,true) ought to have the same effect as (false,false).
Cheers,
	Elke



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]