Re: Why Gtk::Entry don't fill cells in tables?




probaly the entry has a default size of the used font or something like that...
add this to your code and all will work fine:
entry.set_size_request(-1, 50);

Regards!

Alex
But i don't know the height for set_size_request(). Value 50 approaches only for this example. Is it possible to force the entry to fill the cell?



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