Re: [glade--]Gtk::Adjustment range bug
- From: Christof Petig <christof petig-baender de>
- To: Philipp Klaus Krause <pkk spth de>
- Cc: glademm-list gnome org
- Subject: Re: [glade--]Gtk::Adjustment range bug
- Date: Mon, 03 May 2004 18:23:08 +0200
Philipp Klaus Krause schrieb:
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.
can you give me a minimal failing .glade file? This way the error is
easier to reproduce.
Christof
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]