Re: [gtk-list] Re: Argument handling
- From: Tim Janik <timj gtk org>
- To: Gtk+ MList <gtk-list redhat com>
- Subject: Re: [gtk-list] Re: Argument handling
- Date: Fri, 5 Feb 1999 05:24:34 +0100 (CET)
On Thu, 4 Feb 1999, Jeff Garzik wrote:
> On Thu, 4 Feb 1999, Tim Janik wrote:
> > i also wonder whether people would be interested in an elipsis type
> > interface to query such values, so you could write the above as:
> > 
> > gdouble text_height;
> > gdouble clip_height;
> > gdouble y_offset;
> > 
> > gtk_object_get (GTK_OBJECT (mv->text[day_index]),
> >                 "text_height", &text_height,
> >                 "clip_height", &clip_height,
> >                 "y_offset", &y_offset,
> >                 NULL);
> 
> 
> It would be great if a function existed to do this with the
> gtk_object_set_data keys.
name suggestion (suited also for an _by_id variant)?
> 
> 	Jeff
> 
---
ciaoTJ
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]