Re: Why not expand ?





2016-06-13 11:10 GMT+02:00 Kjell Ahlstedt <kjell ahlstedt bredband net>:
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

That's it !!

Thanks again, Mr. Kjell

I'll be it in mind in the future...
 

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






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