|
// UILIB API wrapper
|
|
// Copyright (C) Florian Negele
|
|
|
|
// This file is part of the Eigen Compiler Suite.
|
|
|
|
// The ECS is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// The ECS is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// Under Section 7 of the GNU General Public License version 3,
|
|
// the copyright holder grants you additional permissions to use
|
|
// this file as described in the ECS Runtime Support Exception.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// and a copy of the ECS Runtime Support Exception along with
|
|
// the ECS. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
UIFUNCTION (uiInit, 1)
|
|
UIFUNCTION (uiUninit, 0)
|
|
UIFUNCTION (uiFreeInitError, 1)
|
|
UIFUNCTION (uiMain, 0)
|
|
UIFUNCTION (uiQuit, 0)
|
|
UIFUNCTION (uiFreeText, 1)
|
|
UIFUNCTION (uiControlDestroy, 1)
|
|
UIFUNCTION (uiControlToplevel, 1)
|
|
UIFUNCTION (uiControlVisible, 1)
|
|
UIFUNCTION (uiControlShow, 1)
|
|
UIFUNCTION (uiControlHide, 1)
|
|
UIFUNCTION (uiControlEnabled, 1)
|
|
UIFUNCTION (uiControlEnable, 1)
|
|
UIFUNCTION (uiControlDisable, 1)
|
|
UIFUNCTION (uiNewWindow, 4)
|
|
UIFUNCTION (uiWindowSetChild, 2)
|
|
UIFUNCTION (uiNewButton, 1)
|
|
UIFUNCTION (uiButtonOnClicked, 3)
|