#include <gtk-messageview.h>
Collaboration diagram for XePGTKMessageView_s:

Public Attributes | |
| XePUIType | type |
| UI type. | |
| XePUID | uid |
| Unique Identifier for the message view. | |
| int | editable |
| Wether editing is allowed. | |
| XetPan * | xetpan |
| The global XetPan data structure. | |
| XePUIMain * | uimain |
| The parent main window, if any. | |
| XePFolder * | folder |
| The parent folder, if any. | |
| XePMessage * | message |
| Currently displayed message. | |
| uint32_t | muid |
| muid of the currently displayed message, needed because message are displayed in chunks, asychronously (incremental reflow) | |
| clist * | inlined_list |
| List of XePUtilsInlinedData describing the inlined data. | |
| char * | body_text |
| Body text of composed message. | |
| char * | default_charset |
| Body's default charset. | |
| GtkWidget * | toplevel |
| Used when the viewer is a top-level one. | |
| GtkWidget * | widget |
| GtkWidget * | text |
| GtkWidget * | mime_widget |
| GtkWidget * | mime_view |
| GtkWidget * | mime_menu |
| GtkWidget * | qsearch_box |
| GtkTextBuffer * | buffer |
| GtkTreeStore * | mime_store |
| int | pane_position |
|
|
Body text of composed message.
|
|
|
|
|
|
Body's default charset.
|
|
|
Wether editing is allowed.
|
|
|
The parent folder, if any.
|
|
|
List of XePUtilsInlinedData describing the inlined data.
|
|
|
Currently displayed message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
muid of the currently displayed message, needed because message are displayed in chunks, asychronously (incremental reflow)
|
|
|
|
|
|
|
|
|
|
|
|
Used when the viewer is a top-level one. Private to the Gtk+ UI |
|
|
UI type. The following members must be the same as the ones in XePUIMessageViewAny defined in ui.c |
|
|
Unique Identifier for the message view.
|
|
|
The parent main window, if any.
|
|
|
|
|
|
The global XetPan data structure.
|
1.3.2