Re: Adjustment & Spinbutton relationship



Emre Turkay wrote:

Hi folks,

  I couldn't find any information in gtk+ or gtkmm docs. Who manages
  the Gtk::Adjustment parameter given to the constructor of
  Gtk::SpinButton. Should I delete it, use Manage, or does spin button manages
  it by default?
Do not destroy it yourself, use manage or let it be a class member var of a class whose instances have the same
lifetime of the spinbutton.

Luca




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