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
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to