Re: quick question
Jacques Garrigue <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
From: "Jacques Le Normand" <[email protected]> > is > gdk_window_get_origin > included anywhere in lablgtk? > I can't find it anywhere > --Jacques No, only gdk_window_get_position is interfaced. But since they have the same interface, you can easily copy the code to make it available if needed. Jacques