dialog-options.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /*
  2.  *  Celestia GTK+ Front-End
  3.  *  Copyright (C) 2005 Pat Suwalski <pat@suwalski.net>
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 2 of the License, or
  8.  *  (at your option) any later version.
  9.  *
  10.  *  $Id: dialog-options.h,v 1.1 2005-12-06 03:19:35 suwalski Exp $
  11.  */
  12. #ifndef GTK_DIALOG_OPTIONS_H
  13. #define GTK_DIALOG_OPTIONS_H
  14. #include "common.h"
  15. /* Entry Function */
  16. void dialogViewOptions(AppData* app);
  17. /* Local data */
  18. static const char * const ambientLabels[]=
  19. {
  20.     "None",
  21.     "Low",
  22.     "Medium",
  23.     NULL
  24. };
  25. static const char * const infoLabels[]=
  26. {
  27.     "None",
  28.     "Terse",
  29.     "Verbose",
  30.     NULL
  31. };
  32. #endif /* GTK_DIALOG_OPTIONS_H */