|
pidgin 2.14.13
|
A GTK+ Log Viewer. More...
#include <gtklog.h>
Data Fields | |
| GList * | logs |
| The list of logs viewed in this viewer More... | |
| GtkWidget * | window |
| The viewer's window More... | |
| GtkTreeStore * | treestore |
| The treestore containing said logs More... | |
| GtkWidget * | treeview |
| The treeview representing said treestore. More... | |
| GtkWidget * | imhtml |
| The imhtml to display said logs More... | |
| GtkWidget * | entry |
| The search entry, in which search terms are entered More... | |
| PurpleLogReadFlags | flags |
| The most recently used log flags More... | |
| char * | search |
| The string currently being searched for More... | |
| GtkWidget * | label |
| The label at the top of the log viewer More... | |
| GtkWidget* _PidginLogViewer::entry |
| PurpleLogReadFlags _PidginLogViewer::flags |
| GtkWidget* _PidginLogViewer::imhtml |
| GtkWidget* _PidginLogViewer::label |
| GList* _PidginLogViewer::logs |
| char* _PidginLogViewer::search |
| GtkTreeStore* _PidginLogViewer::treestore |
| GtkWidget* _PidginLogViewer::treeview |