Enumerations | |
enum | Ewl_Image_Type { EWL_IMAGE_TYPE_NORMAL, EWL_IMAGE_TYPE_EDJE } |
Functions | |
Ewl_Widget * | ewl_image_new (char *i, char *k) |
Load an image widget with specified image contents. | |
void | ewl_image_init (Ewl_Image *i, char *path, char *key) |
Initialize an image widget to default values and callbacks. | |
void | ewl_image_file_set (Ewl_Image *i, char *im, char *key) |
Change the image file displayed by an image widget. | |
char * | ewl_image_file_get (Ewl_Image *i) |
get the filename this image uses | |
void | ewl_image_proportional_set (Ewl_Image *i, char p) |
Set boolean to determine how to scale. | |
void | ewl_image_scale (Ewl_Image *i, double wp, double hp) |
Scale image dimensions by a percentage. | |
void | ewl_image_scale_to (Ewl_Image *i, int w, int h) |
Scale image dimensions to a specific size. | |
void | ewl_image_tile_set (Ewl_Image *i, int x, int y, int w, int h) |
Tile the image with the given start position and given size. |
|
|
|
get the filename this image uses
|
|
Change the image file displayed by an image widget.
|
|
Initialize an image widget to default values and callbacks.
|
|
Load an image widget with specified image contents.
|
|
Set boolean to determine how to scale.
|
|
Scale image dimensions by a percentage.
|
|
Scale image dimensions to a specific size.
|
|
Tile the image with the given start position and given size.
|