QlContext Struct Reference

#include <main.h>


Detailed Description

The QuickList Context.

Configuration data common to all notebook tabs

Definition at line 269 of file main.h.


Data Fields

GtkWidget * parent
GtkNotebook * notebook
GHashTable * tab_table
GtkUIManager * menu_manager
GtkRecentManager * recent_manager

Field Documentation

GtkWidget* QlContext::parent

the toplevel parent widget

Definition at line 272 of file main.h.

GtkNotebook* QlContext::notebook

the single notebook for this instance

Definition at line 274 of file main.h.

GHashTable* QlContext::tab_table

table of tab specific data, indexed by GINT_TO_POINTER (tab_index).

Definition at line 277 of file main.h.

GtkUIManager* QlContext::menu_manager

Only one menu manager per instance.

Definition at line 279 of file main.h.

GtkRecentManager* QlContext::recent_manager

Only one recent files list per instance.

Definition at line 281 of file main.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 28 22:02:11 2008 for quicklist by  doxygen 1.5.4