Update of /cvsroot/wxlua/wxLua/modules/wxbind/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6440/wxLua/modules/wxbind/include
Added Files:
wxbind.h
Log Message:
added wxWidgets bindings and finishing separating wxSTC module
--- NEW FILE: wxbind.h ---
// ---------------------------------------------------------
// wx.h
// headers and tag for wxLua binding
//
// This file was generated by genwxbind.lua
//
// Any changes made to this file may be lost when file
// is regenerated
// ---------------------------------------------------------
#ifndef __HOOK_WXLUA_wx_H__
#define __HOOK_WXLUA_wx_H__
#include "wxlua/include/internal.h"
#include "wx/defs.h"
#ifndef wxUSE_WAVE
[...2790 lines suppressed...]
#if wxLUA_USE_wxListCtrl
wxLUA_DECLARE_ENCAPSULATION(wxListItemAttr)
#endif
#if wxLUA_USE_wxDataObject
wxLUA_DECLARE_ENCAPSULATION(wxDataObjectComposite)
wxLUA_DECLARE_ENCAPSULATION(wxDataFormat)
wxLUA_DECLARE_ENCAPSULATION(wxCustomDataObject)
wxLUA_DECLARE_ENCAPSULATION(wxFileDataObject)
wxLUA_DECLARE_ENCAPSULATION(wxBitmapDataObject)
wxLUA_DECLARE_ENCAPSULATION(wxTextDataObject)
wxLUA_DECLARE_ENCAPSULATION(wxDataObjectSimple)
#endif
#endif // __HOOK_WXLUA_wx_H__
|