Blame view

Giac_maj/giac-1.4.9/src/Help1.h 1013 Bytes
6663b6c9   adorian   projet complet av...
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
  // -*- mode:C++ ; compile-command: "g++ -I.. -g -c Help1.cc" -*-
  #ifndef _HELP_H
  #define _HELP_H
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
  #ifndef IN_GIAC
  #include <giac/first.h>
  #include <giac/gen.h>
  #include <giac/identificateur.h>
  #else
  #include "first.h"
  #include "gen.h"
  #include "identificateur.h"
  #endif
  #include "vector.h"
  #include <string>
  #include <iostream>
  #ifdef HAVE_LIBFLTK
  #include <FL/Fl_Window.H>
  #include <FL/Fl_Menu.H>
  #include <FL/Fl_Group.H>
  #include <FL/Fl_Scrollbar.H>
  #include <FL/Fl_Multiline_Input.H>
  #include <FL/Fl_Multiline_Output.H>
  #include <FL/Fl_Help_Dialog.H>
  #endif
  #ifdef HAVE_LC_MESSAGES
  #include <locale.h>
  #endif
  #include "giacintl.h"
  
  #ifndef NO_NAMESPACE_XCAS
  namespace xcas {
  #endif // ndef NO_NAMESPACE_XCAS
  
    std::string translate_html_title(const std::string & s);
  
    std::string help_translate(const std::string & s);
  
    void help_fltk(const std::string &);
  
  
  
  #ifndef NO_NAMESPACE_XCAS
  } // namespace xcas
  #endif // ndef NO_NAMESPACE_XCAS
  
  #endif // _HELP_H