_E_Illume_Config Struct Reference

structure for Illume configuration. More...

Data Fields

int version
 
struct {
   struct {
      int   duration
 
      int   resize_before
 
   }   vkbd
 
   struct {
      int   duration
 
      int   resize_before
 
   }   quickpanel
 
animation
 
struct {
   const char *   name
 the name of the currently active/selected policy. More...
 
   struct {
      const char *   class
 The window class to match on.
 
      const char *   name
 The window name to match on.
 
      const char *   title
 The window title to match on.
 
      int   type
 The window type to match on.
 
      struct {
         int   class
 flag to indicate if we should match on class
 
         int   name
 flag to indicate if we should match on name
 
         int   title
 flag to indicate if we should match on title
 
         int   type
 flag to indicate if we should match on type
 
      }   match
 
   }   vkbd
 
   struct {
      const char *   class
 The window class to match on.
 
      const char *   name
 The window name to match on.
 
      const char *   title
 The window title to match on.
 
      int   type
 The window type to match on.
 
      struct {
         int   class
 flag to indicate if we should match on class
 
         int   name
 flag to indicate if we should match on name
 
         int   title
 flag to indicate if we should match on title
 
         int   type
 flag to indicate if we should match on type
 
      }   match
 
   }   indicator
 
   struct {
      const char *   class
 The window class to match on.
 
      const char *   name
 The window name to match on.
 
      const char *   title
 The window title to match on.
 
      int   type
 The window type to match on.
 
      struct {
         int   class
 flag to indicate if we should match on class
 
         int   name
 flag to indicate if we should match on name
 
         int   title
 flag to indicate if we should match on title
 
         int   type
 flag to indicate if we should match on type
 
      }   match
 
   }   softkey
 
   struct {
      const char *   class
 The window class to match on.
 
      const char *   name
 The window name to match on.
 
      const char *   title
 The window title to match on.
 
      int   type
 The window type to match on.
 
      struct {
         int   class
 flag to indicate if we should match on class
 
         int   name
 flag to indicate if we should match on name
 
         int   title
 flag to indicate if we should match on title
 
         int   type
 flag to indicate if we should match on type
 
      }   match
 
   }   home
 
   Eina_List *   zones
 
policy
 

Detailed Description

structure for Illume configuration.

Field Documentation

const char* _E_Illume_Config::name

the name of the currently active/selected policy.

The window name to match on.

int _E_Illume_Config::type

The window type to match on.

flag to indicate if we should match on type