| To: | REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: MenuItem append signature ? |
| From: | Alfred Van Hoek <vanhoek at mac dot com> |
| Date: | Sat, 24 Nov 2007 12:32:35 -0500 |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | realbasic-plugins at lists dot realsoftware dot com |
| References: | <EE56A200-DD68-439D-BA68-D4EF7B2393E3 at great-white-software dot com> <E632EA7E-0E8B-4788-B934-95B9E7982CAF at mac dot com> <53042BF4-95BD-4FA8-86AE-1860EDCC97C1 at great-white-software dot com> |
On Nov 24, 2007, at 12:27 PM, Norman Palardy wrote:
> No ... what is the method signature for calling a menuitem's append
> method ?
static void (*_fp)(REALobject, REALobject) = nil;
if (!_fp)
_fp = (void(*)(REALobject, REALobject))REALLoadObjectMethod
(self,"Append(newChild As MenuItem)");
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: MenuItem append signature ?, Norman Palardy |
|---|---|
| Next by Date: | Re: MenuItem append signature ?, Norman Palardy |
| Previous by Thread: | Re: MenuItem append signature ?, Norman Palardy |
| Next by Thread: | Re: MenuItem append signature ?, Norman Palardy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |