Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Issac Trotts <ijtrotts@ucdavis.edu>
To: OCaml List <caml-list@inria.fr>
Subject: Re: [Caml-list] LablTk question
Date: Sat, 08 Mar 2003 00:02:43 -0800	[thread overview]
Message-ID: <3E69A3A3.5060803@ucdavis.edu> (raw)
In-Reply-To: <3E68FFE1.13162.885C7F1@localhost>

mgushee@havenrock.com wrote:

>On 7 Mar 2003 at 19:31, mgushee@havenrock.com wrote:
>
>  
>
>>  pack [coe c; coe r; coe r'] ~side: `Left ~fill: `Y;
>>
>>Okay, so I dug a little deeper and found that 'coe' is an alias for 
>>forget_type ... but why? What is the purpose of weakening the widget 
>>types as they are packed?
>>    
>>
>
>Duh. Never mind. I realized after asking this that it's in order to 
>be able to place different widget types together in a list ... though 
>if 'coe' has any other use, I'd be interested to know about it.
>
>And I'm still curious about what it stands for.
>

 From the labltk README,

"In CamlTk, we have only one widget type, [widget]. This type is equivalent
to the LablTk's type [any widget]. Therefore, if you want to apply CamlTk
functions to LablTk widget, you can use [coe] function to coerce it to
[any widget]."

So it's short for "coerce."  Hope that helps.

--
Issac Trotts

 

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2003-03-08  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-08  2:31 mgushee
2003-03-08  3:24 ` mgushee
2003-03-08  8:02   ` Issac Trotts [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E69A3A3.5060803@ucdavis.edu \
    --to=ijtrotts@ucdavis.edu \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox