Re: Problem with module GtkPackProps
Jacques Garrigue <[email protected]> Sat, 25 Sep 2010 12:50:14 +0900
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
GtkPackProps is an internal module, which is not exported. But the function is available in GtkPack.Box. However, if you want to use lablgtk2 normally, you should just use the pack method of GPack.box, with parameter ~from:`START. Jacques On Fri, Sep 24, 2010 at 11:14 PM, Johan Mazel <[email protected]> wrote: > Hi > I want to use the function pack_start on a hbox, this function is located > inside the module Box which is inside the module GtkPackProps. > However, if I do "open GtkPackProps" of "GtkPackProps.Box", I always get an > "Unbound module" error. > > Does anyone have any idea on what is causing this problem ? > My guess is that I am forgetting to do something very simple but I cannot > figure out what. > > Thanks in advance for your time. > > Regards. > Johan Mazel > > _______________________________________________ > Lablgtk mailing list > [email protected] > http://yquem.inria.fr/cgi-bin/mailman/listinfo/lablgtk > >