Data Structures | Macros | Functions
The efl_hints interface

Data Structures

struct  efl_hints_interface
 

Macros

#define EFL_HINTS_SET_ASPECT_SINCE_VERSION   1
 
#define EFL_HINTS_SET_WEIGHT_SINCE_VERSION   1
 
#define EFL_HINTS_SET_ASPECT_SINCE_VERSION   1
 
#define EFL_HINTS_SET_WEIGHT_SINCE_VERSION   1
 

Functions

static void efl_hints_set_user_data (struct efl_hints *efl_hints, void *user_data)
 
static void * efl_hints_get_user_data (struct efl_hints *efl_hints)
 
static void efl_hints_destroy (struct efl_hints *efl_hints)
 
static void efl_hints_set_aspect (struct efl_hints *efl_hints, struct xdg_surface *surface, uint32_t width, uint32_t height, uint32_t aspect)
 
static void efl_hints_set_weight (struct efl_hints *efl_hints, struct xdg_surface *surface, int32_t width, int32_t height)
 

Detailed Description