RE: [gtkmm] Porting problems



> Gnome::Dialog::close_hides()

That prevented auto-destruction of the Dialog's instance. That was silly, so
you don't need to call this anymore. Also be careful that you are not
catching any destroy signals or catching delete_event signals unnecessarily.
Look at gtkmm 2 examples if in doubt - it's all simpler now.
 
> Gnome::Dialog::editable_enters()

This said that pressing enter would press a button instead of just putting
the cursor into any editable widgeet. Maybe they fixed it so that you don't
need this little hack.

Murray Cumming
www.murrayc.com
murrayc usa net



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