~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/gui/src/cpp/GetUicontrolTooltipString.hxx

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
3
 * Copyright (C) 2012 - Scilab Enterprises - Vincent COUVERT
 
4
 *
 
5
 * This file must be used under the terms of the CeCILL.
 
6
 * This source file is licensed as described in the file COPYING, which
 
7
 * you should have received as part of this distribution.  The terms
 
8
 * are also available at
 
9
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 
10
 *
 
11
 */
 
12
 
 
13
#ifndef __GET_UICONTROL_TOOLTIPSTRING_HXX__
 
14
#define __GET_UICONTROL_TOOLTIPSTRING_HXX__
 
15
 
 
16
#include "CallScilabBridge.hxx"
 
17
extern "C" {
 
18
#include "getScilabJavaVM.h"
 
19
#include "GetProperty.h"
 
20
#include "localization.h"
 
21
#include "Scierror.h"
 
22
#include "GetUicontrolTooltipString.h"
 
23
}
 
24
 
 
25
#endif /* __GET_UICONTROL_TOOLTIPSTRING_HXX__ */