Class LeafletPage  
  
  
    - Namespace
 - Adw
 
  - Assembly
 - Adw-1.dll
 
   
  
  
  
    public sealed class LeafletPage : Object, IDisposable, GTypeProvider, InstanceFactory
   
  
    - Inheritance
 
    - 
      
      
      
LeafletPage
     
  
  
    - Implements
 
    - 
      
      
      
    
 
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  LeafletPage(LeafletPageHandle)
  
  
  
  
  
    public LeafletPage(LeafletPageHandle handle)
   
  Parameters
  
    handle LeafletPageHandle 
    
  
  
  
  LeafletPage(params ConstructArgument[])
  
  
  
  
  
    public LeafletPage(params ConstructArgument[] constructArguments)
   
  Parameters
  
    constructArguments ConstructArgument[] 
    
  
  Fields
  
  ChildPropertyDefinition
  
  
  
  
  
    public static readonly Property<Widget?, LeafletPage> ChildPropertyDefinition
   
  Field Value
  
    - Property<Widget, LeafletPage>
 
    
  
  
  NamePropertyDefinition
  
  
  
  
  
    public static readonly Property<string?, LeafletPage> NamePropertyDefinition
   
  Field Value
  
    - Property<string, LeafletPage>
 
    
  
  
  NavigatablePropertyDefinition
  
  
  
  
  
    public static readonly Property<bool, LeafletPage> NavigatablePropertyDefinition
   
  Field Value
  
    - Property<bool, LeafletPage>
 
    
  
  Properties
  
  
  Child
  
  
  
  
  
    public Widget? Child { get; }
   
  Property Value
  
    - Widget
 
    
  
  
  
  Name
  
  
  
  
  
    public string? Name { get; set; }
   
  Property Value
  
    - string
 
    
  
  
  
  Navigatable
  
  
  
  
  
    public bool Navigatable { get; set; }
   
  Property Value
  
    - bool
 
    
  
  Methods
  
  
  GetChild()
  
  
  
  
  
  Returns
  
    - Widget
 
    
  
  
  
  GetGType()
  
  
  
  
  
    public static Type GetGType()
   
  Returns
  
    - Type
 
    
  
  
  
  GetName()
  
  
  
  
  
  Returns
  
    - string
 
    
  
  
  
  GetNavigatable()
  
  
  
  
  
    public bool GetNavigatable()
   
  Returns
  
    - bool
 
    
  
  
  
  SetName(string?)
  
  
  
  
  
    public void SetName(string? name)
   
  Parameters
  
    name string 
    
  
  
  
  SetNavigatable(bool)
  
  
  
  
  
    public void SetNavigatable(bool navigatable)
   
  Parameters
  
    navigatable bool