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

« back to all changes in this revision

Viewing changes to modules/gui/includes/GetUiobjectVisible.h

  • 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) 2008 - INRIA - 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 __GETUIOBJECTVISIBLE_H__
14
 
#define __GETUIOBJECTVISIBLE_H__
15
 
#include "dynlib_gui.h"
16
 
#include "ObjectStructure.h"
17
 
#include "returnProperty.h"
18
 
 
19
 
/**
20
 
 * Get the visibility status of a uicontrol or uimenu
21
 
 *
22
 
 * @param pobj Scilab object corresponding to the uicontrol or uimenu
23
 
 * @return true if the status is got without error
24
 
 */
25
 
GUI_IMPEXP int GetUiobjectVisible(sciPointObj * pobj);
26
 
 
27
 
#endif /* !__GETUIOBJECTVISIBLE_H__ */