Re: [glade--]Gtk::Adjustment range bug

Christof Petig <[email protected]> Mon, 03 May 2004 18:23:08 +0200
Newsgroups gmane.comp.gnome.glademm
Organization Adolf Petig GmbH & Co. KG
Message-ID <[email protected]>
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