Class Module
- Namespace
 - Adw
 
- Assembly
 - Adw-1.dll
 
public static class Module
  - Inheritance
 - 
      
      Module
 
- Inherited Members
 
Methods
Initialize()
Initialize the Adw module.
public static void Initialize()
  Remarks
Calling this method is necessary to correctly initialize the bindings and should be done before using anything else in the Adw namespace.
Calling this method will also initialize the modules this module depends on:
| Module | 
| Module | 
If the Application class is used there is no need to call this method, because this module will be implicitly initialized when accessing Application the first time.