Updated Guisan to latest version
This commit is contained in:
parent
8fc9e90e31
commit
6dbfa038b6
114 changed files with 15591 additions and 15404 deletions
|
@ -6,11 +6,11 @@
|
|||
* /______/ //______/ //_/ //_____/\ /_/ //_/ //_/ //_/ //_/ /|_/ /
|
||||
* \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/
|
||||
*
|
||||
* Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson
|
||||
* Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson
|
||||
*
|
||||
* Js_./
|
||||
* Per Larsson a.k.a finalman _RqZ{a<^_aa
|
||||
* Olof Naessén a.k.a jansem/yakslem _asww7!uY`> )\a//
|
||||
* Olof Naessén a.k.a jansem/yakslem _asww7!uY`> )\a//
|
||||
* _Qhm`] _f "'c 1!5m
|
||||
* Visit: http://guichan.darkbits.org )Qk<P ` _: :+' .' "{[
|
||||
* .)j(] .d_/ '-( P . S
|
||||
|
@ -95,8 +95,11 @@
|
|||
#include <guisan/widgets/dropdown.hpp>
|
||||
#include <guisan/widgets/icon.hpp>
|
||||
#include <guisan/widgets/imagebutton.hpp>
|
||||
#include <guisan/widgets/imagetextbutton.hpp>
|
||||
#include <guisan/widgets/inputbox.hpp>
|
||||
#include <guisan/widgets/label.hpp>
|
||||
#include <guisan/widgets/listbox.hpp>
|
||||
#include <guisan/widgets/messagebox.hpp>
|
||||
#include <guisan/widgets/progressbar.hpp>
|
||||
#include <guisan/widgets/scrollarea.hpp>
|
||||
#include <guisan/widgets/slider.hpp>
|
||||
|
@ -111,14 +114,15 @@
|
|||
|
||||
class Widget;
|
||||
|
||||
extern "C" {
|
||||
/**
|
||||
* Gets the the version of Guisan. As it is a C function
|
||||
* it can be used to check for Guichan with autotools.
|
||||
*
|
||||
* @return the version of Guisan.
|
||||
*/
|
||||
GCN_CORE_DECLSPEC extern const char* gcnGuisanVersion();
|
||||
extern "C"
|
||||
{
|
||||
/**
|
||||
* Gets the the version of Guisan. As it is a C function
|
||||
* it can be used to check for Guichan with autotools.
|
||||
*
|
||||
* @return the version of Guisan.
|
||||
*/
|
||||
GCN_CORE_DECLSPEC extern const char* gcnGuisanVersion();
|
||||
}
|
||||
|
||||
#endif // end GCN_GUISAN_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue