1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
// $Id: xtide.hh,v 1.3 2003/01/17 18:33:00 flaterco Exp $
// Includes for xtide
#include "common.hh"
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/Intrinsic.h>
#include <X11/Shell.h>
#include <X11/StringDefs.h>
#include <X11/Xaw/Box.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Command.h>
#include <X11/Xaw/Repeater.h>
#include <X11/Xaw/Label.h>
#include <X11/Xaw/List.h>
#include <X11/Xaw/Viewport.h>
#include <X11/xpm.h>
#include <X11/Xaw/Toggle.h>
#include <X11/Xaw/AsciiText.h>
#include <X11/Xaw/Dialog.h>
#include <X11/Xaw/SimpleMenu.h>
#include <X11/Xaw/SmeBSB.h>
#include <X11/Xaw/MenuButton.h>
#include <X11/cursorfont.h>
#include "xxerrors.hh"
#include "xxApplicationDefaults.hh"
#include "xxContext.hh"
#include "xxWindow.hh"
#include "xxDisclaimer.hh"
#include "xxLocationList.hh"
#include "xxTitleScreen.hh"
#include "xxGlobe.hh"
#include "xxMap.hh"
#include "xxTideContext.hh"
#include "xxTimestampDialog.hh"
#include "xxTimestamp.hh"
#include "xxDrawable.hh"
#include "xxTextMode.hh"
#include "xxPixmapGraph.hh"
#include "xxGraphMode.hh"
#include "xxClock.hh"
#include "xxMultiChoice.hh"
#include "xxHorizDialog.hh"
#include "xxUnsignedChooser.hh"
#include "xxXTideRoot.hh"
#include "xxErrorBox.hh"
#include "xxHelpBox.hh"
#include "xxFilename.hh"
#include "xxRareModeSavePrompts.hh"
#include "xxMarkLevel.hh"
#include "xxAspect.hh"
#include "xxStep.hh"
|