Download

Support

lib/ewl_message.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_Message
 Inherits from Ewl_Dialog and extends to provide a message widget. More...

Defines

#define EWL_MESSAGE(m)   ((Ewl_Message *) m)
#define EWL_MESSAGE_IS(w)   (ewl_widget_type_is(EWL_WIDGET(w), EWL_MESSAGE_TYPE))
#define EWL_MESSAGE_TYPE   "message"

Typedefs

typedef struct Ewl_Message Ewl_Message

Functions

const char * ewl_message_brief_text_get (Ewl_Message *m)
void ewl_message_brief_text_set (Ewl_Message *m, const char *text)
 Set the brief text to the message.
void ewl_message_cb_quit (Ewl_Widget *w, void *ev, void *data)
const char * ewl_message_detailed_text_get (Ewl_Message *m)
void ewl_message_detailed_text_set (Ewl_Message *m, const char *text)
 Set the detaileded text to the message.
int ewl_message_init (Ewl_Message *m)
 Initialize an internal message to starting values.
Ewl_Widgetewl_message_new (void)
 Create a new internal message.

Copyright © Enlightenment.org

Enlightened Widget Library Documentation Generated: Fri Jan 23 21:56:26 2009