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:
GlusAny idea ?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...