_PidginBuddyList Struct Reference

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

#include <gtkblist.h>

Collaboration diagram for _PidginBuddyList:

Collaboration graph
[legend]

Data Fields

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

Detailed Description

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


Field Documentation

GdkRectangle _PidginBuddyList::contact_rect
 

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

This is used for auto-expand on mouseover.

GdkRectangle _PidginBuddyList::tip_rect
 

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

This is used for tooltips.

GtkWidget* _PidginBuddyList::treeview
 

It's a treeview.

.. d'uh.

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!


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