Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

notebooks.h

Go to the documentation of this file.
00001 /*
00002  * $Id: notebooks.h 10844 2006-05-14 01:52:03Z cbiere $
00003  *
00004  * Copyright (c) 2001-2004, Raphael Manfredi & Richard Eckart
00005  *
00006  *----------------------------------------------------------------------
00007  * This file is part of gtk-gnutella.
00008  *
00009  *  gtk-gnutella is free software; you can redistribute it and/or modify
00010  *  it under the terms of the GNU General Public License as published by
00011  *  the Free Software Foundation; either version 2 of the License, or
00012  *  (at your option) any later version.
00013  *
00014  *  gtk-gnutella is distributed in the hope that it will be useful,
00015  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  *  GNU General Public License for more details.
00018  *
00019  *  You should have received a copy of the GNU General Public License
00020  *  along with gtk-gnutella; if not, write to the Free Software
00021  *  Foundation, Inc.:
00022  *      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00023  *----------------------------------------------------------------------
00024  */
00025 
00026 #ifndef _gtk_notebooks_h_
00027 #define _gtk_notebooks_h_
00028 
00032 enum {
00033     nb_main_page_gnet = 0,
00034     nb_main_page_gnet_stats,
00035     nb_main_page_hostcache,
00036 
00037     nb_main_page_uploads,
00038     nb_main_page_uploads_stats,
00039 
00040 #ifdef USE_GTK1
00041     nb_main_page_dl_files,
00042     nb_main_page_dl_active,
00043     nb_main_page_dl_queue,
00044 #endif
00045 
00046 #ifdef USE_GTK2
00047     nb_main_page_downloads,
00048 #endif
00049     
00050     nb_main_page_search,
00051     nb_main_page_monitor,
00052     nb_main_page_search_stats,
00053 
00054     nb_main_page_num
00055 };
00056 
00057 
00061 enum {
00062     nb_prefs_net = 0,
00063     nb_prefs_gnet,
00064     nb_prefs_bw,
00065     nb_prefs_dl,
00066     nb_prefs_ul,
00067     nb_prefs_ui,
00068     nb_prefs_dbg,
00069 
00070     nb_prefs_num
00071 };
00072 
00076 enum {
00077     nb_downloads_page_downloads = 0,
00078     nb_downloads_page_fileinfo,
00079     nb_downloads_page_num
00080 };
00081 
00082 #endif /* _gtk_notebooks_h_ */
00083 
00084 /* vi: set sw=4 ts=4 cindent: */

Generated on Sat Jun 30 17:53:23 2007 for gtk-gnutella by  doxygen 1.3.9.1