Adjustment... not so adjusted for the initial value...



Hi guys,

In my app's constructor initialisation objects, I've something like this,

adjust (Gtk::Adjustment::create (9.0, 1.0, 9.0, 1.0, 0.0, 0.0))

associated in a Gtk::SpinButton...

spinbutton.set_adjustment (adjust);

But, at the runtime...

Is it allright that the first shown value is the one "1"  (besides the nine "9") ?
Is it something wrong from my side ?

Glus


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