lib/ewl_icondialog.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
| struct | Ewl_Icondialog |
| Inherits from Ewl_Dialog and extends to provide a icondialog widget. More... | |
Defines | |
| #define | EWL_ICONDIALOG(dialog) ((Ewl_Icondialog *) dialog) |
| #define | EWL_ICONDIALOG_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_ICONDIALOG_TYPE)) |
| #define | EWL_ICONDIALOG_TYPE "icondialog" |
Typedefs | |
| typedef struct Ewl_Icondialog | Ewl_Icondialog |
Functions | |
| void | ewl_icondialog_icon_set (Ewl_Icondialog *d, const char *theme_icon) |
| Changes the icon of the dialog. | |
| int | ewl_icondialog_init (Ewl_Icondialog *dialog) |
| Initialize an internal icondialog to starting values. | |
| Ewl_Widget * | ewl_icondialog_new (void) |
| Create a new internal icondialog. | |