lib/ewl_message.c File Reference
#include "ewl_base.h"
#include "ewl_dialog.h"
#include "ewl_icondialog.h"
#include "ewl_message.h"
#include "ewl_text.h"
#include "ewl_button.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_message.c:

Functions | |
| void | ewl_message_brief_text_set (Ewl_Message *m, const char *brief) |
| Set the brief text to the message. | |
| void | ewl_message_cb_quit (Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, void *data) |
| void | ewl_message_detailed_text_set (Ewl_Message *m, const char *detailed) |
| Set the detaileded text to the message. | |
| int | ewl_message_init (Ewl_Message *m) |
| Initialize an internal message to starting values. | |
| Ewl_Widget * | ewl_message_new (void) |
| Create a new internal message. | |
Function Documentation
| void ewl_message_cb_quit | ( | Ewl_Widget *w | __UNUSED__, | |
| void *ev | __UNUSED__, | |||
| void * | data | |||
| ) |
References DCHECK_PARAM_PTR, DCHECK_TYPE, DENTER_FUNCTION, DLEVEL_STABLE, EWL_MESSAGE_TYPE, EWL_WIDGET, and ewl_widget_destroy().
Referenced by ewl_message_init().