This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: texinfo documentation


Marko Rauhamaa <marko@pacujo.net> writes:
>
> I have now changed all the rectangle-inputting procedures to input
> GdkRectangle's instead of (x,y,w,h).

In the other direction, is gdk_window_get_geometry one of yours?  You
need to name stuff in the ChangeLog so it's possible to tell.

That function really wants to be a plain multiple-values thingie, not
have its x,y,w,h transmuted into a rectangle (if I read the code
rightly).

Propose a new routine in the latter style if you have a burning need
for it, but the function called gdk-window-get-geometry really should
follow the general conventions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]