public class GhostPad : Pad {
public GhostPad ( string name,
Pad target ) ;
public GhostPad.from_template ( string name,
Pad target,
PadTemplate templ ) ;
public GhostPad.no_target ( string name,
PadDirection dir ) ;
public GhostPad.no_target_from_template ( string name,
PadTemplate templ ) ;
public weak Pad get_target ( ) ;
public bool set_target ( Pad newtarget ) ;
}

public GhostPad ( string name,
Pad target ) ;
public GhostPad.from_template ( string name,
Pad target,
PadTemplate templ ) ;
public GhostPad.no_target ( string name,
PadDirection dir ) ;
public GhostPad.no_target_from_template ( string name,
PadTemplate templ ) ;
public weak Pad get_target ( ) ;
public bool set_target ( Pad newtarget ) ;
Created by Valadoc