It works like I think you want it to work, if I delete
value_entry->set_halign (Gtk::ALIGN_START);
The default alignment is Gtk::ALIGN_FILL.
value_entry->set_halign (Gtk::ALIGN_FILL);
works the same as no call to set_halign().
Kjell
Den 2016-06-10 kl. 20:41, skrev Glus Xof:
Hi guys,
The code piece, stored in https://bitbucket.org/snippets/Glus/EK4Lo/,
belongs to a greater project... but I don't understand why derived
Gtk::Entry object (ErasableEntry) doesn't expand horizontally when
dialog resizes...
Any idea ?
Glus
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list