Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

dialog-options.h

Go to the documentation of this file.
00001 /*
00002  *  Celestia GTK+ Front-End
00003  *  Copyright (C) 2005 Pat Suwalski <pat@suwalski.net>
00004  *
00005  *  This program is free software; you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation; either version 2 of the License, or
00008  *  (at your option) any later version.
00009  *
00010  *  $Id: dialog-options.h,v 1.1 2005/12/06 03:19:35 suwalski Exp $
00011  */
00012 
00013 #ifndef GTK_DIALOG_OPTIONS_H
00014 #define GTK_DIALOG_OPTIONS_H
00015 
00016 #include "common.h"
00017 
00018 /* Entry Function */
00019 void dialogViewOptions(AppData* app);
00020 
00021 
00022 /* Local data */
00023 static const char * const ambientLabels[]=
00024 {
00025     "None",
00026     "Low",
00027     "Medium",
00028     NULL
00029 };
00030 
00031 static const char * const infoLabels[]=
00032 {
00033     "None",
00034     "Terse",
00035     "Verbose",
00036     NULL
00037 };
00038 
00039 #endif /* GTK_DIALOG_OPTIONS_H */

Generated on Sat Jan 14 22:30:30 2006 for Celestia by  doxygen 1.4.1