Date: Wed, 4 Oct 2006 17:52:42 -0300 From: j.romildo at gmail.com To: lablgtk at math.nagoya-u.ac.jp Cc: caml-list at inria.fr Subject: lablgtk internals: understand *.props files Message-ID: <20061004205242.GA1122 at malaquias.gwiceb1> Mail-Followup-To: lablgtk at math.nagoya-u.ac.jp, caml-list at inria.fr MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset=us-ascii Content-Length: 546 Hello. I want to add bindings for a Gtk based library (GtkDatabox) in lablgtk, but the lack of documentation of lablgtk internals makes it difficult. For now I have a question regarding property declaration files (*.props). What are the meaning of the different "modifiers" that one can see on those files, when declaring a class? In particular, what are "set", "wrap", "wrapsip", "type", ... for in a class declaration? For instance, gtkMisc.props has the following declaration: class TipsQuery set wrap wrapsig : Label { ... } Romildo