GNOME.org
Home
Mailing Lists
List Archives
Search
Adjustment... not so adjusted for the initial value...
From
: Glus Xof <gtglus gmail com>
To
: "gtkmm-list gnome org" <gtkmm-list gnome org>
Subject
: Adjustment... not so adjusted for the initial value...
Date
: Sat, 22 Jun 2013 23:08:41 +0200
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
]