Re: [glade--]Gtk::Adjustment range bug
Christof Petig <[email protected]> Tue, 11 May 2004 09:59:10 +0200
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Philipp Klaus Krause schrieb:
> Here it is, setting in glade:
>
> Wert:2
> Min:1
> Max:10
>
> From window1_glade.cc:
>
> Gtk::Adjustment *hscale1_adj = Gtk::manage(new class Gtk::Adjustment(0,
> 0, 100, 1, 10, 10));
Fixed in CVS, thank you for reporting.
Christof