[glade--]Gtk::Adjustment range bug
- From: Philipp Klaus Krause <pkk spth de>
- To: glademm-list gnome org
- Subject: [glade--]Gtk::Adjustment range bug
- Date: Sun, 02 May 2004 18:32:52 +0200
glademm sould set the upper and lower values when calling the
Gtk::Adjustment constructor correctly.
Generated code:
Gtk::Adjustment *ground_tools_radius_adj = Gtk::manage(new class
Gtk::Adjustment(0, 0, 100, 1, 10, 10));
ground_tools_radius = Gtk::manage(new class
Gtk::HScale(*ground_tools_radius_adj));
The first two parameters to the Gtk::Adjustment constructor
should be the ones set in glade not always 0 as is now.
Philipp Klaus Krause
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]