19 Apr
2006
19 Apr
'06
4:38 p.m.
On Wed, 19 Apr 2006, bulia byak wrote:
On 4/19/06, Aaron Spike <aaron@...749...> wrote:
I'd prefer you tell me how. ;-) I tried shrink_wrap_button() because it had a promising name, but it didn't seem to do anything. I even had to use a cast to get it to compile. shudder. If you can point me to a doc or an example that would help.
I think I didn't find any way to do it either except setting fixed pixel size (eeeek, as JonCruz would say). Anyone has a better idea?
I think this is a limitation of the 'attach_all' function. It is attaching all the widgets into the table with 'Gtk::FILL|Gtk::EXPAND'.
I guess you'd either have to attach the widget to the table by hand, or modify the function to take another array of parameters.
--Ted