Re: Fix columns when resizing...
- From: Glus Xof <gtglus gmail com>
- To: Robert Pearce <rob bdt-home demon co uk>
- Cc: gtkmm-list gnome org
- Subject: Re: Fix columns when resizing...
- Date: Wed, 23 Feb 2011 10:28:39 +0100
>> Is it possible to avoid that certain columns of a Gtk::Table attached
>> in a Gtk::Dialog resize when this Gtk::Dialog resizes horitzontaly and
>> set them in a fixed width ??
>
> Check out the EXPAND and FILL attributes when packing widgets into the
> table. If some rows or columns have their contents set to EXPAND and
> others don't then the ones that don't become "fixed" width.
Hmmm ! .... not exactly...
I already use EXPAND and FILL atributes...
I just packing a Gtk::Entry with FILL attribute... but when
Gtk::Dialog resizes, the Gtk:Table columns resize too, and thus
Gtk::Entry resizes, even if I tried to fix the width of Gtk::Entry
with set_width_chars(int)... (it's not very beautiful to see
The other option -I think- would be not using neither EXPAND nor FILL,
but SHRINK... but in this case Gtk::Entry is centered on the cell.
Glus.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]