[Gtk-sharp-list] Hiding static method ?

Charles Iliya Krempeaux charles@reptile.ca
22 Feb 2003 11:11:47 -0800


Hello,

I'm wrapping libzvt, and I need hide a particular static method.

In libzvt, there is a procedure with the signature:

    void zvt_term_bell(void *zvt_term);

This is getting wrapped as:

                /// <summary> Bell Method </summary>
                /// <remarks> To be completed </remarks>
                public static void Bell(System.IntPtr zvt_term) {
                       	zvt_term_bell(zvt_term);
                }


How do I hide this???


See ya

-- 
     Charles Iliya Krempeaux, BSc
     charles@reptile.ca

________________________________________________________________________
 Reptile Consulting & Services    604-REPTILE    http://www.reptile.ca/