lib/ewl_shadow.h File Reference
#include "ewl_box.h"
Include dependency graph for ewl_shadow.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
struct | Ewl_Shadow |
Inherits from Ewl_Box to allow drawing a border and shadow decoration around widgets. More... | |
Defines | |
#define | EWL_SHADOW(shadow) ((Ewl_Shadow *) shadow) |
#define | EWL_SHADOW_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_SHADOW_TYPE)) |
#define | EWL_SHADOW_TYPE "shadow" |
Typedefs | |
typedef struct Ewl_Shadow | Ewl_Shadow |
Functions | |
int | ewl_shadow_init (Ewl_Shadow *s) |
Initialize a shadow container to default values. | |
Ewl_Widget * | ewl_shadow_new (void) |
Allocate and initialize a new shadow container. |