Date: Sun, 9 Dec 2001 18:02:10 +0100 From: Alan Schmitt To: LablGTK mailing list Subject: setting the "upper" value of an adjustment Message-ID: <20011209180210.A11954 at alan-schm1p> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I'm still converting my old GTK program, and I'm trying to deal with this code: GTK_ADJUSTMENT(delay_adjustment) -> upper = minutes_span; which basically modifies the "upper" field of an adjustment. So I'm wondering if this is possible with lablgtk (looking at gData.mli, it does not seem possible), or if the only choice consists of creating a new adjustment (and thanking the GC for not having to deal with the old one ;-) Alan -- The hacker: someone who figured things out and made something cool happen.