pidgin 2.14.14dev
_PidginBuddyList Struct Reference

Like, everything you need to know about the gtk buddy list. More...

#include <gtkblist.h>

Collaboration diagram for _PidginBuddyList:
Collaboration graph

Data Fields

GtkWidget * window
 
GtkWidget * notebook
 The notebook that switches between the real buddy list and the helpful instructions page. More...
 
GtkWidget * main_vbox
 This vbox contains the menu and notebook. More...
 
GtkWidget * vbox
 This is the vbox that everything important gets packed into. More...
 
GtkWidget * treeview
 It's a treeview... d'uh. More...
 
GtkTreeStore * treemodel
 This is the treemodel. More...
 
GtkTreeViewColumn * text_column
 Column. More...
 
GtkCellRenderer * text_rend
 
GtkItemFactory * ift
 
GtkWidget * menutray
 The menu tray widget. More...
 
GtkWidget * menutrayicon
 The menu tray icon. More...
 
GHashTable * connection_errors
 Caches connection error messages; keys are PurpleAccount and values are non-NULL const char *s containing localised error messages. More...
 
guint refresh_timer
 The timer for refreshing every 30 seconds. More...
 
guint timeout
 The timeout for the tooltip. More...
 
guint drag_timeout
 The timeout for expanding contacts on drags. More...
 
GdkRectangle tip_rect
 This is the bounding rectangle of the cell we're currently hovering over. More...
 
GdkRectangle contact_rect
 This is the bounding rectangle of the contact node and its children. More...
 
PurpleBlistNodemouseover_contact
 This is the contact currently mouse-over expanded. More...
 
GtkWidget * tipwindow
 The window used by the tooltip. More...
 
GList * tooltipdata
 The data for each "chunk" of the tooltip. More...
 
PurpleBlistNodeselected_node
 The currently selected node. More...
 
GdkCursor * hand_cursor
 Hand cursor. More...
 
GdkCursor * arrow_cursor
 Arrow cursor. More...
 
GtkWidget * scrollbook
 Scrollbook for alerts. More...
 
GtkWidget * headline_hbox
 Hbox for headline notification. More...
 
GtkWidget * headline_label
 Label for headline notifications. More...
 
GtkWidget * headline_image
 Image for headline notifications. More...
 
GdkPixbuf * headline_close
 
GCallback headline_callback
 Callback for headline notifications. More...
 
gpointer headline_data
 User data for headline notifications. More...
 
GDestroyNotify headline_destroy
 Callback to use for destroying the headline-data. More...
 
gboolean changing_style
 True when changing GTK+ theme style. More...
 
GtkWidget * error_buttons
 Box containing the connection error buttons. More...
 
GtkWidget * statusbox
 The status selector dropdown. More...
 
GdkPixbuf * empty_avatar
 A 32x32 transparent pixbuf. More...
 
gpointer priv
 Pointer to opaque private data. More...
 

Detailed Description

Like, everything you need to know about the gtk buddy list.

Definition at line 71 of file gtkblist.h.

Field Documentation

◆ arrow_cursor

GdkCursor* _PidginBuddyList::arrow_cursor

Arrow cursor.

Definition at line 116 of file gtkblist.h.

◆ changing_style

gboolean _PidginBuddyList::changing_style

True when changing GTK+ theme style.

Definition at line 126 of file gtkblist.h.

◆ connection_errors

GHashTable* _PidginBuddyList::connection_errors

Caches connection error messages; keys are PurpleAccount and values are non-NULL const char *s containing localised error messages.

(If an account does not have an error, it will not appear in the table.)

Deprecated:
in favour of purple_account_get_current_error(), which also gives you the PurpleConnectionError value.

Definition at line 96 of file gtkblist.h.

◆ contact_rect

GdkRectangle _PidginBuddyList::contact_rect

This is the bounding rectangle of the contact node and its children.

This is used for auto-expand on mouseover.

Definition at line 105 of file gtkblist.h.

◆ drag_timeout

guint _PidginBuddyList::drag_timeout

The timeout for expanding contacts on drags.

Definition at line 101 of file gtkblist.h.

◆ empty_avatar

GdkPixbuf* _PidginBuddyList::empty_avatar

A 32x32 transparent pixbuf.

Definition at line 130 of file gtkblist.h.

◆ error_buttons

GtkWidget* _PidginBuddyList::error_buttons

Box containing the connection error buttons.

Definition at line 128 of file gtkblist.h.

◆ hand_cursor

GdkCursor* _PidginBuddyList::hand_cursor

Hand cursor.

Definition at line 115 of file gtkblist.h.

◆ headline_callback

GCallback _PidginBuddyList::headline_callback

Callback for headline notifications.

Definition at line 123 of file gtkblist.h.

◆ headline_close

GdkPixbuf* _PidginBuddyList::headline_close
Deprecated:
: Close image for closing the headline without triggering the callback

Definition at line 122 of file gtkblist.h.

◆ headline_data

gpointer _PidginBuddyList::headline_data

User data for headline notifications.

Definition at line 124 of file gtkblist.h.

◆ headline_destroy

GDestroyNotify _PidginBuddyList::headline_destroy

Callback to use for destroying the headline-data.

Definition at line 125 of file gtkblist.h.

◆ headline_hbox

GtkWidget* _PidginBuddyList::headline_hbox

Hbox for headline notification.

Definition at line 119 of file gtkblist.h.

◆ headline_image

GtkWidget* _PidginBuddyList::headline_image

Image for headline notifications.

Definition at line 121 of file gtkblist.h.

◆ headline_label

GtkWidget* _PidginBuddyList::headline_label

Label for headline notifications.

Definition at line 120 of file gtkblist.h.

◆ ift

GtkItemFactory* _PidginBuddyList::ift

Definition at line 85 of file gtkblist.h.

◆ main_vbox

GtkWidget* _PidginBuddyList::main_vbox

This vbox contains the menu and notebook.

Definition at line 75 of file gtkblist.h.

◆ menutray

GtkWidget* _PidginBuddyList::menutray

The menu tray widget.

Definition at line 86 of file gtkblist.h.

◆ menutrayicon

GtkWidget* _PidginBuddyList::menutrayicon

The menu tray icon.

Definition at line 87 of file gtkblist.h.

◆ mouseover_contact

PurpleBlistNode* _PidginBuddyList::mouseover_contact

This is the contact currently mouse-over expanded.

Definition at line 108 of file gtkblist.h.

◆ notebook

GtkWidget* _PidginBuddyList::notebook

The notebook that switches between the real buddy list and the helpful instructions page.

Definition at line 73 of file gtkblist.h.

◆ priv

gpointer _PidginBuddyList::priv

Pointer to opaque private data.

Definition at line 132 of file gtkblist.h.

◆ refresh_timer

guint _PidginBuddyList::refresh_timer

The timer for refreshing every 30 seconds.

Definition at line 98 of file gtkblist.h.

◆ scrollbook

GtkWidget* _PidginBuddyList::scrollbook

Scrollbook for alerts.

Definition at line 118 of file gtkblist.h.

◆ selected_node

PurpleBlistNode* _PidginBuddyList::selected_node

The currently selected node.

Definition at line 113 of file gtkblist.h.

◆ statusbox

GtkWidget* _PidginBuddyList::statusbox

The status selector dropdown.

Definition at line 129 of file gtkblist.h.

◆ text_column

GtkTreeViewColumn* _PidginBuddyList::text_column

Column.

Definition at line 81 of file gtkblist.h.

◆ text_rend

GtkCellRenderer* _PidginBuddyList::text_rend

Definition at line 83 of file gtkblist.h.

◆ timeout

guint _PidginBuddyList::timeout

The timeout for the tooltip.

Definition at line 100 of file gtkblist.h.

◆ tip_rect

GdkRectangle _PidginBuddyList::tip_rect

This is the bounding rectangle of the cell we're currently hovering over.

This is used for tooltips.

Definition at line 102 of file gtkblist.h.

◆ tipwindow

GtkWidget* _PidginBuddyList::tipwindow

The window used by the tooltip.

Definition at line 110 of file gtkblist.h.

◆ tooltipdata

GList* _PidginBuddyList::tooltipdata

The data for each "chunk" of the tooltip.

Definition at line 111 of file gtkblist.h.

◆ treemodel

GtkTreeStore* _PidginBuddyList::treemodel

This is the treemodel.


Definition at line 80 of file gtkblist.h.

◆ treeview

GtkWidget* _PidginBuddyList::treeview

It's a treeview... d'uh.

Definition at line 79 of file gtkblist.h.

◆ vbox

GtkWidget* _PidginBuddyList::vbox

This is the vbox that everything important gets packed into.

Your plugin might want to pack something in it itself. Go, plugins!

Definition at line 76 of file gtkblist.h.

◆ window

GtkWidget* _PidginBuddyList::window

Definition at line 72 of file gtkblist.h.


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