pidgin 2.14.14dev
_PidginLogViewer Struct Reference

A GTK+ Log Viewer. More...

#include <gtklog.h>

Collaboration diagram for _PidginLogViewer:
Collaboration graph

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...
 

Detailed Description

A GTK+ Log Viewer.

You can look at logs with it.

Definition at line 40 of file gtklog.h.

Field Documentation

◆ entry

GtkWidget* _PidginLogViewer::entry

The search entry, in which search terms are entered

Definition at line 47 of file gtklog.h.

◆ flags

PurpleLogReadFlags _PidginLogViewer::flags

The most recently used log flags

Definition at line 49 of file gtklog.h.

◆ imhtml

GtkWidget* _PidginLogViewer::imhtml

The imhtml to display said logs

Definition at line 46 of file gtklog.h.

◆ label

GtkWidget* _PidginLogViewer::label

The label at the top of the log viewer

Definition at line 51 of file gtklog.h.

◆ logs

GList* _PidginLogViewer::logs

The list of logs viewed in this viewer

Definition at line 41 of file gtklog.h.

◆ search

char* _PidginLogViewer::search

The string currently being searched for

Definition at line 50 of file gtklog.h.

◆ treestore

GtkTreeStore* _PidginLogViewer::treestore

The treestore containing said logs

Definition at line 44 of file gtklog.h.

◆ treeview

GtkWidget* _PidginLogViewer::treeview

The treeview representing said treestore.

Definition at line 45 of file gtklog.h.

◆ window

GtkWidget* _PidginLogViewer::window

The viewer's window

Definition at line 43 of file gtklog.h.


The documentation for this struct was generated from the following file: