Re: [gtkmm] gtkmm2 cvs module branched for gtkmm 2.0 / 2.2



murrayc t-online de (Murray Cumming) writes:
> This means, get your API _additions_ patches in now. Those API additions
> might be changeable during the gtkmm 2.1.x releases. That's not a
> problem, because gtkmm 2.0.x will be the nice stable almost-the-same
> alternative until gtkmm 2.2 goes stable.

This is obviously not a patch, but one thing that has been bothering
me is that all my window classes have to have method like

  bool XxxWindow::on_xxx_closed(GdkEventAny *)
  {
    // ... (clever things)
    return false;
  }

because of

  Glib::SignalProxy1< bool, GdkEventAny* > signal_delete_event ()

Shouldn't the GdkEventAny be wrapped (even if it's mostly a cosmetic
thing)?

-- 
Ole Laursen
http://www.cs.auc.dk/~olau/



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