Re: Why Gtk::Entry don't fill cells in tables?
- From: SMART_n <smart_n netman ru>
- To: Alexander Gehlert <mail gehli com>
- Cc: gtkmm-list gnome org
- Subject: Re: Why Gtk::Entry don't fill cells in tables?
- Date: Tue, 23 May 2006 22:23:48 +0400
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]