You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(191) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(238) |
Dec
(68) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(104) |
Feb
(518) |
Mar
(302) |
Apr
(211) |
May
(311) |
Jun
(55) |
Jul
(6) |
Aug
(35) |
Sep
(76) |
Oct
(50) |
Nov
(37) |
Dec
(340) |
2007 |
Jan
(23) |
Feb
(107) |
Mar
(98) |
Apr
(60) |
May
(136) |
Jun
(371) |
Jul
(175) |
Aug
(74) |
Sep
(3) |
Oct
(2) |
Nov
(53) |
Dec
(129) |
2008 |
Jan
(337) |
Feb
(23) |
Mar
(18) |
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(33) |
Nov
|
Dec
(26) |
2009 |
Jan
(4) |
Feb
(1) |
Mar
(15) |
Apr
|
May
(35) |
Jun
(11) |
Jul
|
Aug
|
Sep
(19) |
Oct
(26) |
Nov
(11) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
(8) |
Dec
(7) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(8) |
May
(5) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
(13) |
Dec
|
From: John L. <jr...@us...> - 2005-06-06 23:06:20
|
Update of /cvsroot/wxlua/wxLua/lua/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/wxLua/lua/etc Removed Files: Makefile README bin2c.c compat.lua doall.lua lua.ico lua.magic lua.xpm luser_number.h luser_tests.h min.c noparser.c saconfig.c trace.c Log Message: moved files to the modules directory structure --- min.c DELETED --- --- lua.magic DELETED --- --- noparser.c DELETED --- --- saconfig.c DELETED --- --- lua.ico DELETED --- --- luser_tests.h DELETED --- --- lua.xpm DELETED --- --- bin2c.c DELETED --- --- doall.lua DELETED --- --- trace.c DELETED --- --- Makefile DELETED --- --- luser_number.h DELETED --- --- README DELETED --- --- compat.lua DELETED --- |
From: John L. <jr...@us...> - 2005-06-06 23:06:20
|
Update of /cvsroot/wxlua/wxLua/lua/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/wxLua/lua/include Removed Files: lauxlib.h lua.h lualib.h luathread.h Log Message: moved files to the modules directory structure --- lualib.h DELETED --- --- lauxlib.h DELETED --- --- lua.h DELETED --- --- luathread.h DELETED --- |
Update of /cvsroot/wxlua/wxLua/import In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/wxLua/import Removed Files: README.txt appframe.i clipdrag.i config.i controls.i data.i datetime.i defsutil.i dialogs.i event.i file.i fl.i gdi.i geometry.i grid.i help.i html.i image.i luasetup.h.in mdi.i menutool.i override.hpp plot.i print.i regex.i sizer.i socket.i stc.i wave.i windows.i wxLuaWrap.i wxLuaWrap.lua wxlua.i xml.i Log Message: moved files to the modules directory structure --- wave.i DELETED --- --- wxLuaWrap.lua DELETED --- --- config.i DELETED --- --- windows.i DELETED --- --- controls.i DELETED --- --- gdi.i DELETED --- --- html.i DELETED --- --- datetime.i DELETED --- --- luasetup.h.in DELETED --- --- wxlua.i DELETED --- --- clipdrag.i DELETED --- --- defsutil.i DELETED --- --- event.i DELETED --- --- data.i DELETED --- --- README.txt DELETED --- --- wxLuaWrap.i DELETED --- --- appframe.i DELETED --- --- print.i DELETED --- --- mdi.i DELETED --- --- image.i DELETED --- --- help.i DELETED --- --- stc.i DELETED --- --- file.i DELETED --- --- plot.i DELETED --- --- regex.i DELETED --- --- override.hpp DELETED --- --- fl.i DELETED --- --- socket.i DELETED --- --- grid.i DELETED --- --- menutool.i DELETED --- --- geometry.i DELETED --- --- xml.i DELETED --- --- sizer.i DELETED --- --- dialogs.i DELETED --- |
From: John L. <jr...@us...> - 2005-06-06 23:06:18
|
Update of /cvsroot/wxlua/wxLua/lua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/wxLua/lua Removed Files: COPYRIGHT DIFFS HISTORY INSTALL MANIFEST Makefile README UPDATE config configure lslua50.def lslua50m.def lua50_wx26.dsp Log Message: moved files to the modules directory structure --- DIFFS DELETED --- --- lua50_wx26.dsp DELETED --- --- configure DELETED --- --- COPYRIGHT DELETED --- --- lslua50.def DELETED --- --- Makefile DELETED --- --- UPDATE DELETED --- --- MANIFEST DELETED --- --- INSTALL DELETED --- --- README DELETED --- --- config DELETED --- --- lslua50m.def DELETED --- --- HISTORY DELETED --- |
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/wxLua/bindings/wxwidgets Added Files: README.txt appframe.i clipdrag.i config.i controls.i data.i datetime.i defsutil.i dialogs.i event.i file.i fl.i gdi.i geometry.i grid.i help.i html.i image.i luasetup.h.in mdi.i menutool.i override.hpp plot.i print.i regex.i sizer.i socket.i stc.i wave.i windows.i wxLuaWrap.i wxLuaWrap.lua wxlua.i xml.i Log Message: moved files to the modules directory structure --- NEW FILE: wave.i --- /////////////////////////////////////////////////////////////////////////////// // wxWave %if wxLUA_USE_wxWave %win %define wxSOUND_SYNC %win %define wxSOUND_ASYNC %win %define wxSOUND_LOOP %gtk %skip %mac %skip %class %delete %noclassinfo wxWave, wxObject %include "wx/wave.h" wxWave(const wxString& fileName, bool isResource = FALSE) %constructor wxWaveDefault() bool Create(const wxString& fileName, bool isResource = FALSE) bool IsOk() const bool Play(unsigned int flags = wxSOUND_ASYNC) const %endclass %endif wxLUA_USE_wxWave --- NEW FILE: wxLuaWrap.lua --- ---------------------------------------------------------------------------------- -- Name: wxLuaWrap.i -- Purpose: definition of interface data, functions and classes -- Author: J Winwood -- Created: 3/11/2001 -- Modified by: J Winwood. 21/1/2002 -- Automatic generation of event handler table. -- Minor modifications for code generation. -- RCS-ID: $Id: wxLuaWrap.lua,v 1.1 2005/06/06 23:06:07 jrl1 Exp $ -- Copyright: -- Original files for wxBasic (Wrap.bas, others) -- (c) 2001 David Cuny -- Conversion to Lua, modification to generate Lua wrappers -- Modified interface for %override, %define and %includefile etc. -- (c) 2001-2002 J Winwood -- Modified interface for lua 5. -- (c) 2003 J Winwood -- Licence: wxWindows licence ---------------------------------------------------------------------------------- [...3146 lines suppressed...] for idx, val in pointerList do if idx ~= nil and idx ~= "n" and idx ~= "" and val then outfile:write(" { 0, (const void **) &",idx,", \"",idx,"\", &",val," },\n") count = count + 1 end end pointerList = nil outfile:write(" };\n") outfile:write(" count = ",count,";\n") outfile:write(" return objectList;\n") outfile:write("};\n") io.write() print("Generated File: "..fileout) end main() --- NEW FILE: config.i --- ///////////////////////////////////////////////////////////////////////////// // Purpose: wxConfig and wxConfigBase classes // Author: J Winwood // Created: 14/11/2001 // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // TODO - add wxConfigFile and Reg /////////////////////////////////////////////////////////////////////////////// // wxConfigBase %if wxLUA_USE_wxConfig %include "wx/confbase.h" %include "wx/config.h" %include "wx/fileconf.h" %enum wxConfigBase::EntryType Type_Unknown Type_String Type_Boolean Type_Integer Type_Float %end %class %delete %noclassinfo wxConfigBase %constructor wxConfigGet(bool CreateOnDemand = TRUE) //static wxConfigBase * Get(bool CreateOnDemand = TRUE) %constructor wxConfigCreate() //static wxConfigBase * Create() static wxConfigBase * Set(wxConfigBase *pConfig = NULL) static void DontCreateOnDemand() void Destroy() bool DeleteAll() bool DeleteEntry(const wxString& key, bool bDeleteGroupIfEmpty = TRUE) bool DeleteGroup(const wxString& key) bool Exists(wxString& strName) const bool Flush(bool bCurrentOnly = FALSE) wxString GetAppName() const %win %property=AppName, read wxConfigBase::EntryType GetEntryType(const wxString& name) const bool GetFirstGroup(wxString& str, long& index) const bool GetFirstEntry(wxString& str, long& index) const bool GetNextGroup(wxString& str, long& index) const bool GetNextEntry(wxString& str, long& index) const unsigned int GetNumberOfEntries(bool bRecursive = FALSE) const unsigned int GetNumberOfGroups(bool bRecursive = FALSE) const const wxString& GetPath() const wxString GetVendorName() const %win %property=VendorName, read bool HasEntry(wxString& strName) const bool HasGroup(const wxString& strName) const bool IsExpandingEnvVars() const bool IsRecordingDefaults() const wxString Read(const wxString& key, const wxString& defaultVal = "") const %rename ReadInt long Read(const wxString& key, long defaultVal = 0) const %rename ReadFloat double Read(const wxString& key, double defaultVal = 0) const bool RenameEntry(const wxString& oldName, const wxString& newName) bool RenameGroup(const wxString& oldName, const wxString& newName) void SetExpandEnvVars (bool bDoIt = TRUE) void SetPath(const wxString& strPath) %property=Path, read, write void SetRecordDefaults(bool bDoIt = TRUE) bool Write(const wxString& key, wxString &value) %rename WriteInt bool Write(const wxString &key, long value) %rename WriteFloat bool Write(const wxString &key, double value) %endclass /////////////////////////////////////////////////////////////////////////////// // wxConfig %class %noclassinfo wxConfig, wxConfigBase wxConfig(const wxString& appName = wxEmptyString, const wxString& vendorName = wxEmptyString, const wxString& localFilename = wxEmptyString, const wxString& globalFilename = wxEmptyString, long style = 0) %gtk void SetUmask(int mode) %mac void SetUmask(int mode) %endclass %endif wxLUA_USE_wxConfig --- NEW FILE: windows.i --- ///////////////////////////////////////////////////////////////////////////// // Purpose: wxWindow and other container type windows // Author: J Winwood // Created: 14/11/2001 // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // wxWindow %define wxSIMPLE_BORDER %define wxDOUBLE_BORDER %define wxSUNKEN_BORDER %define wxRAISED_BORDER %define wxSTATIC_BORDER %define wxTRANSPARENT_WINDOW %define wxNO_3D %define wxTAB_TRAVERSAL %define wxWANTS_CHARS %define wxNO_FULL_REPAINT_ON_RESIZE %define wxVSCROLL %define wxHSCROLL %define wxCLIP_CHILDREN %mac|%x11|%motif %typedef WXWidget void* %gtk %typedef WXWidget unsigned long // GtkWidget* what could you do with it? %mgl %typedef WXWidget window_t %msw|%os2 %typedef WXWidget unsigned long %class wxWindow, wxEvtHandler wxWindow(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxPanelNameStr) virtual void AddChild(wxWindow* child) virtual void CaptureMouse() void Center(int direction = wxBOTH) void CenterOnParent(int direction = wxBOTH) void CenterOnScreen(int direction = wxBOTH) void Centre(int direction = wxBOTH) void CentreOnParent(int direction = wxBOTH) void CentreOnScreen(int direction = wxBOTH) <wxver25 void Clear() ~<wxver25 void ClearBackground() virtual void ClientToScreen(int* x, int* y) const virtual bool Close(bool force = FALSE) %rename ConvertDialogPointToPixels wxPoint ConvertPixelsToDialog(const wxPoint& pt) %rename ConvertDialogSizeToPixels wxSize ConvertPixelsToDialog(const wxSize& sz) virtual bool Destroy() virtual void DestroyChildren() %win virtual void DragAcceptFiles(bool accept) virtual void Enable(bool enable) static wxWindow* FindFocus() wxWindow* FindWindow(long id) virtual void Fit() virtual wxColour GetBackgroundColour() const virtual wxSize GetBestSize() const %property=BestSize, read wxCaret * GetCaret() const virtual int GetCharHeight() const %property=CharHeight, read virtual int GetCharWidth() const %property=CharWidth, read wxWindowList& GetChildren() %property=Children, read //virtual wxSize GetClientSize() const virtual void GetClientSize(int* width, int* height) const wxLayoutConstraints* GetConstraints() const wxDropTarget* GetDropTarget() const wxEvtHandler* GetEventHandler() const long GetExtraStyle() const wxFont GetFont() const virtual wxColour GetForegroundColour() wxWindow* GetGrandParent() const %property=GrandParent, read WXWidget GetHandle() const int GetId() const virtual wxString GetLabel() const virtual wxString GetName() const virtual wxWindow* GetParent() const virtual void GetPosition(int* x, int* y) const %rename GetPositionPoint wxPoint GetPosition() const virtual wxRect GetRect() const virtual int GetScrollThumb(int orientation) virtual int GetScrollPos(int orientation) virtual int GetScrollRange(int orientation) virtual void GetSize(int* width, int* height) const // virtual void GetTextExtent(const wxString& string, int* x, int* y, int* descent = NULL, int* externalLeading = NULL, const wxFont* font = NULL, bool use16 = FALSE) const virtual void GetTextExtent(const wxString& string, int* x, int* y, int* descent = NULL, int* externalLeading = NULL, const wxFont* font = NULL ) const virtual wxString GetTitle() virtual wxRegion GetUpdateRegion() const wxValidator* GetValidator() const long GetWindowStyleFlag() const ~<wxver23 bool HasCapture() const void InitDialog() virtual bool IsEnabled() const bool IsExposed(int x, int y) const %rename IsExposedPoint bool IsExposed(wxPoint &pt) const // bool IsExposed(int x, int y, int w, int h) const %rename IsExposedRect bool IsExposed(wxRect &rect) const virtual bool IsRetained() const virtual bool IsShown() const bool IsTopLevel() const void Layout() void Lower() virtual void MakeModal(bool flag) void Move(int x, int y) %rename MoveXY void Move(const wxPoint& pt) wxEvtHandler* PopEventHandler(bool deleteHandler = FALSE) const bool PopupMenu(wxMenu* menu, const wxPoint& pos) %rename PopupMenuXY bool PopupMenu(wxMenu* menu, int x, int y) void PushEventHandler(wxEvtHandler* handler) void Raise() virtual void Refresh(bool eraseBackground = TRUE, const wxRect* rect = NULL) virtual void ReleaseMouse() virtual void RemoveChild(wxWindow* child) virtual bool Reparent(wxWindow* newParent) virtual wxPoint ScreenToClient(const wxPoint& pt) const %rename ScreenToClientXY virtual void ScreenToClient(int* x, int* y) const virtual void ScrollWindow(int dx, int dy, const wxRect* rect = NULL) virtual void SetAcceleratorTable(const wxAcceleratorTable& accel) void SetAutoLayout(bool autoLayout) virtual void SetBackgroundColour(const wxColour& colour) void SetCaret(wxCaret *caret) const %property=Caret, read, write virtual void SetClientSize(const wxSize& size) %property=ClientSize, read, write %rename SetClientSizeWH virtual void SetClientSize(int width, int height) virtual void SetCursor(const wxCursor&cursor) void SetConstraints(wxLayoutConstraints* constraints) %property=Constraints, read, write void SetDropTarget(wxDropTarget* target) %property=DropTarget, read, write void SetEventHandler(wxEvtHandler* handler) %property=EventHandler, read, write void SetExtraStyle(long exStyle) %property=ExtraStyle, read, write virtual void SetFocus() void SetFont(const wxFont& font) %property=Font, read, write virtual void SetForegroundColour(const wxColour& colour) %property=ForegroundColour, read, write void SetId(int id) %property=Id, read, write virtual void SetName(const wxString& name) %property=Name, read, write // virtual void SetPalette(wxPalette* palette) virtual void SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh = TRUE) virtual void SetScrollPos(int orientation, int pos, bool refresh = TRUE) %rename SetDimensions virtual void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO) virtual void SetSize(int width, int height) %rename SetPosition virtual void SetSize(const wxSize& size) virtual void SetSizeHints(int minW = -1, int minH = -1, int maxW = -1, int maxH = -1, int incW = -1, int incH = -1) void SetSizer(wxSizer* sizer) virtual void SetTitle(const wxString& title) %property=Title, read, write virtual void SetValidator(const wxValidator& validator) %property=Validator, read, write void SetToolTip(const wxString& tip) wxToolTip* GetToolTip() const %property=ToolTip, read, write void SetWindowStyle(long style) virtual void SetWindowStyleFlag(long style) %property=WindowStyleFlag, read, write virtual bool Show(bool show) virtual bool TransferDataFromWindow() virtual bool TransferDataToWindow() virtual bool Validate() void WarpPointer(int x, int y) %endclass /////////////////////////////////////////////////////////////////////////////// // wxWindowList %if wxLUA_USE_wxWindowList %class %noclassinfo wxWindowList void Clear() void DeleteContents(bool destroy) bool DeleteObject(wxWindow *pMenuItem) int GetCount() const %property=Count, read %endclass %endif wxLUA_USE_wxWindowList /////////////////////////////////////////////////////////////////////////////// // wxPanel %class wxPanel, wxWindow wxPanel(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL, const wxString& name = "panel") %constructor wxPanelDefault() bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL, const wxString& name = "panel") wxWindow* GetDefaultItem() const void InitDialog() void SetDefaultItem(wxButton *btn) %property=DefaultItem, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxControl %include "wx/control.h" %class wxControl, wxWindow void Command(wxCommandEvent& event) wxString GetLabel() void SetLabel(const wxString& label) %property=Label, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxNotebook %if wxLUA_USE_wxNotebook %include "wx/notebook.h" %define wxNB_FIXEDWIDTH ~%wxver22 %define wxNB_TOP %define wxNB_LEFT %define wxNB_RIGHT %define wxNB_BOTTOM ~%wxver22 %define wxNB_MULTILINE %typedef wxNotebookPage wxWindow %class wxNotebook, wxControl wxNotebook(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "notebook") bool AddPage(wxNotebookPage* page, const wxString& text, bool select = FALSE, int imageId = -1) void AdvanceSelection(bool forward = TRUE) bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "notebook") bool DeleteAllPages() bool DeletePage(int page) wxImageList* GetImageList() const wxNotebookPage* GetPage(int page) int GetPageCount() const %property=PageCount, read int GetPageImage(int nPage) const wxString GetPageText(int nPage) const int GetRowCount() const %property=RowCount, read int GetSelection() const bool InsertPage(int index, wxNotebookPage* page, const wxString& text, bool select = FALSE, int imageId = -1) bool RemovePage(int page) void SetImageList(wxImageList* imageList) %property=ImageList, read, write void SetPadding(const wxSize& padding) void SetPageSize(const wxSize& size) bool SetPageImage(int page, int image) bool SetPageText(int page, const wxString& text) int SetSelection(int page) %property=Selection, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxNotebookEvent %class %delete wxNotebookEvent, wxNotifyEvent %define %event wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED %define %event wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING wxNotebookEvent(wxEventType eventType = wxEVT_NULL, int id = 0, int sel = -1, int oldSel = -1) int GetOldSelection() const int GetSelection() const void SetOldSelection(int page) void SetSelection(int page) %property=OldSelection, read, write %property=Selection, read, write %endclass %endif wxLUA_USE_wxNotebook /////////////////////////////////////////////////////////////////////////////// // wxTabCtrl %if wxLUA_USE_wxTabCtrl %include "wx/tabctrl.h" %gtk %skip %class wxTabCtrl, wxControl %define wxTC_RIGHTJUSTIFY %define wxTC_FIXEDWIDTH ~%wxver22 %define wxTC_TOP ~%wxver22 %define wxTC_LEFT ~%wxver22 %define wxTC_RIGHT ~%wxver22 %define wxTC_BOTTOM %define wxTC_MULTILINE %define wxTC_OWNERDRAW %include "wx/tabctrl.h" wxTabCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "tabCtrl") bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "tabCtrl") bool DeleteAllItems() bool DeleteItem(int item) int GetCurFocus() const %property=CurFocus, read wxImageList* GetImageList() const int GetItemCount() const %property=ItemCount, read wxObject * GetItemData(int item) const int GetItemImage(int item) const bool GetItemRect(int item, wxRect& rect) const wxString GetItemText(int item) const int GetRowCount() const %property=RowCount, read int GetSelection() const int HitTest(const wxPoint& pt, long& flags) void InsertItem(int item, const wxString& text, int imageId = -1, wxObject *clientData = NULL) bool SetItemData(int item, wxObject * data) bool SetItemImage(int item, int image) void SetImageList(wxImageList* imageList) %property=ImageList, read, write void SetItemSize(const wxSize& size) bool SetItemText(int item, const wxString& text) void SetPadding(const wxSize& padding) int SetSelection(int item) %property=Selection, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxTabEvent %gtk %skip %class %delete wxTabEvent, wxCommandEvent %win %define %event wxEVT_COMMAND_TAB_SEL_CHANGED %win %define %event wxEVT_COMMAND_TAB_SEL_CHANGING wxTabEvent(wxEventType commandType = 0, int id = 0) %endclass %endif wxLUA_USE_wxTabCtrl /////////////////////////////////////////////////////////////////////////////// // wxSashWindow %if wxLUA_USE_wxSashWindow %include "wx/sashwin.h" %define wxSW_3D %define wxSW_3DSASH %define wxSW_3DBORDER %define wxSW_BORDER %enum wxSashEdgePosition wxSASH_TOP wxSASH_RIGHT wxSASH_BOTTOM wxSASH_LEFT wxSASH_NONE %end %enum wxSashDragStatus wxSASH_STATUS_OK wxSASH_STATUS_OUT_OF_RANGE %end %class wxSashWindow, wxWindow wxSashWindow(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSW_3D|wxCLIP_CHILDREN, const wxString& name = "sashWindow") bool GetSashVisible(wxSashEdgePosition edge) const int GetMaximumSizeX() const int GetMaximumSizeY() const int GetMinimumSizeX() // int GetMinimumSizeY(int min) const int GetMinimumSizeY() const bool HasBorder(wxSashEdgePosition edge) const void SetMaximumSizeX(int min) %property=MaximumSizeX, read, write void SetMaximumSizeY(int min) %property=MaximumSizeY, read, write void SetMinimumSizeX(int min) %property=MinimumSizeX, read, write void SetMinimumSizeY(int min) %property=MinimumSizeY, read, write void SetSashVisible(wxSashEdgePosition edge, bool visible) void SetSashBorder(wxSashEdgePosition edge, bool hasBorder) %endclass /////////////////////////////////////////////////////////////////////////////// // wxSashLayoutWindow %include "wx/laywin.h" %enum wxLayoutAlignment wxLAYOUT_NONE wxLAYOUT_TOP wxLAYOUT_LEFT wxLAYOUT_RIGHT wxLAYOUT_BOTTOM %end %enum wxLayoutOrientation wxLAYOUT_HORIZONTAL wxLAYOUT_VERTICAL %end %class wxSashLayoutWindow, wxSashWindow wxSashLayoutWindow(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSW_3D|wxCLIP_CHILDREN, const wxString& name = "layoutWindow") wxLayoutAlignment GetAlignment() const wxLayoutOrientation GetOrientation() const void SetAlignment(wxLayoutAlignment alignment) %property=Alignment, read, write void SetDefaultSize(const wxSize& size) void SetOrientation(wxLayoutOrientation orientation) %property=Orientation, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxLayoutAlgorithm - for wxSashLayoutWindow %include "wx/laywin.h" %class %noclassinfo wxLayoutAlgorithm, wxObject wxLayoutAlgorithm() %if wxLUA_USE_MDI bool LayoutMDIFrame(wxMDIParentFrame* frame, wxRect* rect = NULL) %endif wxLUA_USE_MDI bool LayoutWindow(wxWindow* frame, wxWindow* mainWindow = NULL) %endclass /////////////////////////////////////////////////////////////////////////////// // wxQueryLayoutInfoEvent - for wxSashLayoutWindow %include "wx/laywin.h" %class %delete wxQueryLayoutInfoEvent, wxEvent %define %event wxEVT_QUERY_LAYOUT_INFO %define %event wxEVT_CALCULATE_LAYOUT wxQueryLayoutInfoEvent(wxWindowID id = 0) int GetFlags() const wxLayoutOrientation GetOrientation() const int GetRequestedLength() const wxSize GetSize() const void SetAlignment(wxLayoutAlignment alignment) void SetFlags(int flags) %property=Flags, read, write void SetOrientation(wxLayoutOrientation orientation) %property=Orientation, read, write void SetRequestedLength(int length) %property=RequestedLength, read, write void SetSize(const wxSize& size) %property=Size, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxCalculateLayoutEvent - for wxSashLayoutWindow %include "wx/laywin.h" %class %delete wxCalculateLayoutEvent, wxEvent %define %event wxEVT_CALCULATE_LAYOUT wxCalculateLayoutEvent(wxWindowID id = 0) int GetFlags() const wxRect GetRect() const void SetFlags(int flags) %property=Flags, read, write void SetRect(const wxRect& rect) %property=Rect, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxSashEvent %class %delete wxSashEvent, wxCommandEvent %define %event wxEVT_SASH_DRAGGED wxSashEvent(int id = 0, wxSashEdgePosition edge = wxSASH_NONE) void SetEdge(wxSashEdgePosition edge) int GetEdge() %property=Edge, read, write void SetDragRect(const wxRect& rect) wxRect GetDragRect() %property=DragRect, read, write void SetDragStatus(wxSashDragStatus status) int GetDragStatus() %property=DragStatus, read, write %endclass %endif wxLUA_USE_wxSashWindow /////////////////////////////////////////////////////////////////////////////// // wxScrolledWindow %if wxLUA_USE_wxScrolledWindow %class wxScrolledWindow, wxPanel wxScrolledWindow(wxWindow* parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxHSCROLL | wxVSCROLL, const wxString& name = "scrolledWindow") void CalcScrolledPosition( int x, int y, int *xx, int *yy) const void CalcUnscrolledPosition( int x, int y, int *xx, int *yy) const bool Create(wxWindow* parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxHSCROLL | wxVSCROLL, const wxString& name = "scrolledWindow") void EnableScrolling(const bool xScrolling, const bool yScrolling) void GetScrollPixelsPerUnit(int* xUnit, int* yUnit) const void GetVirtualSize(int* x, int* y) const bool IsRetained() const void PrepareDC(wxDC& dc) void Scroll(int x, int y) void SetScrollbars(int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX, int noUnitsY, int xPos = 0, int yPos = 0, bool noRefresh = FALSE) void SetTargetWindow(wxWindow* window) void GetViewStart(int* x, int* y) const %endclass %endif wxLUA_USE_wxScrolledWindow /////////////////////////////////////////////////////////////////////////////// // wxSplitterWindow %if wxLUA_USE_wxSplitterWindow %include "wx/splitter.h" %define wxSP_NOBORDER %define wxSP_NOSASH %define wxSP_BORDER %define wxSP_PERMIT_UNSPLIT %define wxSP_LIVE_UPDATE %define wxSP_3DSASH %define wxSP_3DBORDER %define wxSP_FULLSASH %define wxSP_3D ~%wxver22 %define wxSP_SASH_AQUA %class wxSplitterWindow, wxWindow wxSplitterWindow(wxWindow* parent, wxWindowID id, const wxPoint& point = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style=wxSP_3D, const wxString& name = "splitterWindow") %constructor wxSplitterWindowDefault() bool Create(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_3D|wxCLIP_CHILDREN, const wxString& name = "splitter") int GetMinimumPaneSize() const int GetSashPosition() int GetSplitMode() const wxWindow *GetWindow1() const %property=Window1, read wxWindow *GetWindow2() const %property=Window2, read void Initialize(wxWindow* window) bool IsSplit() const bool ReplaceWindow(wxWindow * winOld, wxWindow * winNew) void SetSashPosition(int position, const bool redraw = TRUE) %property=SashPosition, read, write void SetMinimumPaneSize(int paneSize) %property=MinimumPaneSize, read, write void SetSplitMode(int mode) %property=SplitMode, read, write bool SplitHorizontally(wxWindow* window1, wxWindow* window2, int sashPosition = 0) bool SplitVertically(wxWindow* window1, wxWindow* window2, int sashPosition = 0) bool Unsplit(wxWindow* toRemove = NULL) %endclass /////////////////////////////////////////////////////////////////////////////// // wxSplitterEvent %class %delete wxSplitterEvent, wxCommandEvent %define %event wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING %define %event wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED %define %event wxEVT_COMMAND_SPLITTER_DOUBLECLICKED %define %event wxEVT_COMMAND_SPLITTER_UNSPLIT wxSplitterEvent(wxEventType type = wxEVT_NULL, wxSplitterWindow *splitter = NULL) int GetSashPosition() int GetX() %property=X, read int GetY() %property=Y, read wxWindow* GetWindowBeingRemoved() %property=WindowBeingRemoved, read void SetSashPosition(int pos) %property=SashPosition, read, write %endclass %endif wxLUA_USE_wxSplitterWindow /////////////////////////////////////////////////////////////////////////////// // wxStaticBox %if wxLUA_USE_wxStaticBox %include "wx/statbox.h" %class wxStaticBox, wxControl wxStaticBox(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBox") bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBox") %endclass %endif wxLUA_USE_wxStaticBox /////////////////////////////////////////////////////////////////////////////// // wxStaticBitmap %if wxLUA_USE_wxStaticBitmap %include "wx/statbmp.h" %class wxStaticBitmap, wxControl wxStaticBitmap(wxWindow* parent, wxWindowID id, const wxBitmap& label = wxNullBitmap, const wxPoint& pos, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBitmap") bool Create(wxWindow* parent, wxWindowID id, const wxBitmap& label = wxNullBitmap, const wxPoint& pos, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBitmap") wxBitmap GetBitmap() const virtual void SetBitmap(const wxBitmap& label) %property=Bitmap, read, write %endclass %endif wxLUA_USE_wxStaticBitmap /////////////////////////////////////////////////////////////////////////////// // wxStaticText %if wxLUA_USE_wxStaticText %include "wx/stattext.h" %define wxALIGN_LEFT %define wxALIGN_RIGHT %define wxALIGN_CENTRE %define wxST_NO_AUTORESIZE %class wxStaticText, wxControl wxStaticText(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticText") bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticText") wxString GetLabel() const virtual void SetLabel(const wxString& label) %property=Label, read, write %endclass %endif wxLUA_USE_wxStaticText /////////////////////////////////////////////////////////////////////////////// // wxStaticLine %if wxLUA_USE_wxStaticLine %include "wx/statline.h" %define wxLI_HORIZONTAL %define wxLI_VERTICAL %class wxStaticLine, wxControl wxStaticLine(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, const wxString& name = "staticLine") bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticLine") bool IsVertical() const static int GetDefaultSize() %property=DefaultSize, read %endclass %endif wxLUA_USE_wxStaticLine --- NEW FILE: controls.i --- ///////////////////////////////////////////////////////////////////////////// // Purpose: GUI controls like buttons, combos, etc // Author: J Winwood // Created: 14/11/2001 // Copyright: (c) 2001-2002 Lomtick Software. All rights reserved. // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // wxButton %if wxLUA_USE_wxButton %include "wx/button.h" %define wxBU_LEFT %define wxBU_RIGHT %define wxBU_TOP %define wxBU_BOTTOM ~%wxver22 %define wxBU_EXACTFIT %class wxButton, wxControl wxButton(wxWindow *parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxButtonNameStr) bool Create(wxWindow *parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxButtonNameStr) wxString GetLabel() const static wxSize GetDefaultSize() %property=DefaultSize, read void SetDefault() void SetLabel(const wxString& label) %property=Label, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxBitmapButton %if wxLUA_USE_wxBitmapButton %include "wx/bmpbuttn.h" %class wxBitmapButton, wxButton wxBitmapButton( wxWindow* parent, wxWindowID id, const wxBitmap& bitmap, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxBU_AUTODRAW, const wxValidator& validator = wxDefaultValidator, const wxString& name = "button") bool Create(wxWindow* parent, wxWindowID id, const wxBitmap& bitmap, const wxPoint& pos, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "button") wxBitmap& GetBitmapDisabled() const wxBitmap& GetBitmapFocus() const wxBitmap& GetBitmapLabel() const wxBitmap& GetBitmapSelected() const void SetBitmapDisabled(const wxBitmap& bitmap) void SetBitmapFocus(const wxBitmap& bitmap) void SetBitmapLabel(const wxBitmap& bitmap) void SetBitmapSelected(const wxBitmap& bitmap) %property=BitmapDisabled, read, write %property=BitmapFocus, read, write %property=BitmapLabel, read, write %property=BitmapSelected, read, write %endclass %endif wxLUA_USE_wxBitmapButton %endif wxLUA_USE_wxButton /////////////////////////////////////////////////////////////////////////////// // wxCheckBox %if wxLUA_USE_wxCheckBox %include "wx/checkbox.h" %class wxCheckBox, wxControl wxCheckBox(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& val = wxDefaultValidator, const wxString& name = "checkBox") bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& val = wxDefaultValidator, const wxString& name = "checkBox") bool GetValue() const void SetValue(const bool state) %property=Value, read, write %wxver22 %rename IsChecked bool GetValue() const ~%wxver22 bool IsChecked() const %endclass %endif wxLUA_USE_wxCheckBox /////////////////////////////////////////////////////////////////////////////// // wxChoice %if wxLUA_USE_wxChoice %include "wx/choice.h" %class wxChoice, wxControl wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) void Append(const wxString& item) void Clear() bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) int FindString(const wxString& string) const void *GetClientData(int n) const int GetSelection() const wxString GetString(int n) const wxString GetStringSelection() const int GetCount() const %property=Count, read void SetClientData(int n, wxObject * data) %motif int GetColumns() const // Motif only %motif void SetColumns(int n = 1) %motif %property=Columns, read, write void SetSelection(int n) %property=Selection, read, write void SetStringSelection(const wxString& string) %property=StringSelection, read, write %endclass %endif wxLUA_USE_wxChoice /////////////////////////////////////////////////////////////////////////////// // wxComboBox %if wxLUA_USE_wxComboBox %include "wx/combobox.h" %define wxCB_DROPDOWN %define wxCB_READONLY %define wxCB_SIMPLE %define wxCB_SORT %class wxComboBox, wxControl wxComboBox(wxWindow* parent, wxWindowID id, const wxString& value = "", const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "comboBox") void Append(const wxString& item) void Clear() bool Create(wxWindow* parent, wxWindowID id, const wxString& value = "", const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "comboBox") void Copy() void Cut() void Delete(int n) int FindString(const wxString& string) void *GetClientData(int n) const long GetInsertionPoint() const long GetLastPosition() const int GetSelection() const wxString GetString(int n) const wxString GetStringSelection() const %property=StringSelection, read wxString GetValue() const int GetCount() const %property=Count, read void Paste() void Replace(long from, long to, const wxString& text) void Remove(long from, long to) void SetClientData(int n, wxObject * data) void SetInsertionPoint(long pos) %property=InsertionPoint, read, write void SetInsertionPointEnd() void SetSelection(int n) %property=Selection, read, write %rename SetMark void SetSelection(long from, long to) void SetValue(const wxString& text) %property=Value, read, write %endclass %endif wxLUA_USE_wxComboBox /////////////////////////////////////////////////////////////////////////////// // wxGauge %if wxLUA_USE_wxGauge %include "wx/gauge.h" %define wxGA_HORIZONTAL %define wxGA_PROGRESSBAR %define wxGA_SMOOTH %define wxGA_VERTICAL %class wxGauge, wxControl wxGauge(wxWindow* parent, wxWindowID id, int range, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "gauge") bool Create(wxWindow* parent, wxWindowID id, int range, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "gauge") int GetBezelFace() const int GetRange() const int GetShadowWidth() const int GetValue() const void SetBezelFace(int width) %property=BezelFace, read, write void SetRange(int range) %property=Range, read, write void SetShadowWidth(int width) %property=ShadowWidth, read, write void SetValue(int pos) %property=Value, read, write %endclass %endif wxLUA_USE_wxGauge /////////////////////////////////////////////////////////////////////////////// // wxListBox %if wxLUA_USE_wxListBox %include "wx/listbox.h" %define wxLB_SINGLE %define wxLB_MULTIPLE %define wxLB_EXTENDED %define wxLB_HSCROLL %define wxLB_ALWAYS_SB %define wxLB_NEEDED_SB %define wxLB_SORT %define wxLB_OWNERDRAW %class wxListBox, wxControl wxListBox(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listBox") void Append(const wxString& item) void Clear() bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listBox") void Delete(int n) void Deselect(int n) int FindString(const wxString& string) wxObject *GetClientData(int n) const int GetSelection() const %property=Selection, read int GetSelections(wxArrayInt& selections) const wxString GetString(int n) const wxString GetStringSelection() const %property=StringSelection, read int GetCount() const %property=Count, read bool Selected(int n) const // void Set(int n, const wxString* choices) void SetClientData(int n, wxObject *data) void SetFirstItem(int n) void SetSelection(int n, const bool select = TRUE) void SetString(int n, const wxString& string) void SetStringSelection(const wxString& string, const bool select = TRUE) %endclass /////////////////////////////////////////////////////////////////////////////// // wxCheckListBox %if wxLUA_USE_wxCheckListBox %include "wx/checklst.h" %class wxCheckListBox, wxListBox wxCheckListBox(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listBox") void Check(int item, bool check = TRUE) bool IsChecked(int item) const %endclass %endif wxLUA_USE_wxCheckListBox %endif wxLUA_USE_wxListBox /////////////////////////////////////////////////////////////////////////////// // wxListCtrl %if wxLUA_USE_wxListCtrl %include "wx/listctrl.h" %define wxLC_ALIGN_LEFT %define wxLC_ALIGN_TOP %define wxLC_AUTOARRANGE %define wxLC_EDIT_LABELS ~%wxver22 %define wxLC_HRULES %define wxLC_ICON %define wxLC_LIST %define wxLC_MASK_ALIGN %define wxLC_MASK_SORT %define wxLC_MASK_TYPE %define wxLC_NO_HEADER %define wxLC_NO_SORT_HEADER %define wxLC_REPORT %define wxLC_SINGLE_SEL %define wxLC_SMALL_ICON %define wxLC_SORT_ASCENDING %define wxLC_SORT_DESCENDING %define wxLC_USER_TEXT ~%wxver22 %define wxLC_VRULES %define wxLIST_ALIGN_DEFAULT %define wxLIST_ALIGN_LEFT %define wxLIST_ALIGN_SNAP_TO_GRID %define wxLIST_ALIGN_TOP %define wxLIST_AUTOSIZE %define wxLIST_AUTOSIZE_USEHEADER %define wxLIST_FIND_DOWN %define wxLIST_FIND_LEFT %define wxLIST_FIND_RIGHT %define wxLIST_FIND_UP %define wxLIST_HITTEST_ABOVE %define wxLIST_HITTEST_BELOW %define wxLIST_HITTEST_NOWHERE %define wxLIST_HITTEST_ONITEM %define wxLIST_HITTEST_ONITEMICON %define wxLIST_HITTEST_ONITEMLABEL %define wxLIST_HITTEST_ONITEMRIGHT %define wxLIST_HITTEST_ONITEMSTATEICON %define wxLIST_HITTEST_TOLEFT %define wxLIST_HITTEST_TORIGHT %define wxLIST_MASK_DATA %define wxLIST_MASK_FORMAT %define wxLIST_MASK_IMAGE %define wxLIST_MASK_STATE %define wxLIST_MASK_TEXT %define wxLIST_MASK_WIDTH %define wxLIST_NEXT_ABOVE %define wxLIST_NEXT_ALL %define wxLIST_NEXT_BELOW %define wxLIST_NEXT_LEFT %define wxLIST_NEXT_RIGHT %define wxLIST_RECT_BOUNDS %define wxLIST_RECT_ICON %define wxLIST_RECT_LABEL %define wxLIST_SET_ITEM %define wxLIST_STATE_CUT %define wxLIST_STATE_DONTCARE %define wxLIST_STATE_DROPHILITED %define wxLIST_STATE_FOCUSED %define wxLIST_STATE_SELECTED %class wxListCtrl, wxControl wxListCtrl(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLC_ICON, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listCtrl") bool Arrange(int flag = wxLIST_ALIGN_DEFAULT) SetImageList %wxver22 %rename AssignImageList void SetImageList(wxImageList *imageList, int which) ~%wxver22 void AssignImageList(wxImageList *imageList, int which) void ClearAll() bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLC_ICON, const wxValidator& validator = wxDefaultValidator, const wxString& name = "listCtrl") bool DeleteAllItems() bool DeleteColumn(int col) bool DeleteItem(long item) void EditLabel(long item) bool EnsureVisible(long item) long FindItem(long start, const wxString& str, const bool partial = FALSE) %rename FindItemData long FindItem(long start, long data) %rename FindItemAtPos long FindItem(long start, const wxPoint& pt, int direction) bool GetColumn(int col, wxListItem& item) const int GetColumnWidth(int col) const int GetCountPerPage() const %property=CountPerPage, read // wxTextCtrl& GetEditControl() const wxImageList* GetImageList(int which) const bool GetItem(wxListItem& info) const long GetItemData(long item) const bool GetItemPosition(long item, wxPoint& pos) const bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const int GetItemState(long item, long stateMask) const int GetItemCount() const %property=ItemCount, read int GetItemSpacing(bool isSmall) const wxString GetItemText(long item) const long GetNextItem(long item, int geometry = wxLIST_NEXT_ALL, int state = wxLIST_STATE_DONTCARE) const int GetSelectedItemCount() const %property=SelectedItemCount, read wxColour GetTextColour() const long GetTopItem() const %property=TopItem, read long HitTest(const wxPoint& point, int& flags) long InsertColumn(long col, wxListItem& info) %rename InsertColumnInfo long InsertColumn(long col, const wxString& heading, int format = wxLIST_FORMAT_LEFT, int width = -1) long InsertItem(wxListItem& info) %rename InsertStringItem long InsertItem(long index, const wxString& label) %rename InsertImageItem long InsertItem(long index, int imageIndex) %rename InsertImageStringItem long InsertItem(long index, const wxString& label, int imageIndex) bool ScrollList(int dx, int dy) void SetBackgroundColour(const wxColour& col) bool SetColumn(int col, wxListItem& item) bool SetColumnWidth(int col, int width) void SetImageList(wxImageList* imageList, int which) bool SetItem(wxListItem& info) %rename SetStringItem long SetItem(long index, int col, const wxString& label, int imageId = -1) bool SetItemData(long item, long data) bool SetItemImage(long item, int image, int selImage) bool SetItemPosition(long item, const wxPoint& pos) bool SetItemState(long item, long state, long stateMask) void SetItemText(long item, const wxString& text) void SetSingleStyle(long style, const bool add = TRUE) void SetTextColour(const wxColour& col) %property=TextColour, read, write void SetWindowStyleFlag(long style) %endclass /////////////////////////////////////////////////////////////////////////////// // wxListItemAttr - wxListCtrl %class %delete %noclassinfo %encapsulate wxListItemAttr wxListItemAttr(const wxColour& colText = wxNullColour, const wxColour& colBack = wxNullColour, const wxFont& font = wxNullFont) void SetTextColour(const wxColour& colText) void SetBackgroundColour(const wxColour& colBack) void SetFont(const wxFont& font) bool HasTextColour() bool HasBackgroundColour() bool HasFont() const wxColour& GetTextColour() %property=TextColour, read, write const wxColour& GetBackgroundColour() %property=BackgroundColour, read, write const wxFont& GetFont() %property=Font, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxListItem - wxListCtrl %enum wxListColumnFormat wxLIST_FORMAT_LEFT wxLIST_FORMAT_RIGHT wxLIST_FORMAT_CENTRE wxLIST_FORMAT_CENTER %end %class %delete wxListItem, wxObject wxListItem() void Clear() void ClearAttributes() void SetMask(long mask) void SetId(long id) void SetColumn(int col) void SetState(long state) void SetStateMask(long stateMask) void SetText(const wxString& text) void SetImage(int image) void SetData(long data) void SetWidth(int width) void SetAlign(wxListColumnFormat align) void SetTextColour(const wxColour& colText) void SetBackgroundColour(const wxColour& colBack) void SetFont(const wxFont& font) long GetMask() %property=Mask, read, write long GetId() %property=Id, read, write int GetColumn() %property=Column, read, write long GetState() %property=State, read, write const wxString& GetText() %property=Text, read, write int GetImage() %property=Image, read, write long GetData() %property=Data, read, write int GetWidth() %property=Width, read, write wxListColumnFormat GetAlign() %property=Align, read, write wxListItemAttr *GetAttributes() bool HasAttributes() wxColour GetTextColour() const %property=TextColour, read, write wxColour GetBackgroundColour() const %property=BackgroundColour, read, write wxFont GetFont() const %property=Font, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxListEvent - wxListCtrl %class %delete wxListEvent, wxNotifyEvent %define %event wxEVT_COMMAND_LIST_BEGIN_DRAG %define %event wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT %define %event wxEVT_COMMAND_LIST_BEGIN_RDRAG %define %event wxEVT_COMMAND_LIST_COL_CLICK %define %event wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS %define %event wxEVT_COMMAND_LIST_DELETE_ITEM %define %event wxEVT_COMMAND_LIST_END_LABEL_EDIT %define %event wxEVT_COMMAND_LIST_GET_INFO %define %event wxEVT_COMMAND_LIST_INSERT_ITEM %define %event wxEVT_COMMAND_LIST_ITEM_ACTIVATED %define %event wxEVT_COMMAND_LIST_ITEM_DESELECTED %define %event wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK %define %event wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK %define %event wxEVT_COMMAND_LIST_ITEM_SELECTED %define %event wxEVT_COMMAND_LIST_KEY_DOWN %define %event wxEVT_COMMAND_LIST_SET_INFO ~%wxver22 %define %event wxEVT_COMMAND_LIST_CACHE_HINT ~%wxver22 %define %event wxEVT_COMMAND_LIST_COL_RIGHT_CLICK ~%wxver22 %define %event wxEVT_COMMAND_LIST_COL_BEGIN_DRAG ~%wxver22 %define %event wxEVT_COMMAND_LIST_COL_DRAGGING ~%wxver22 %define %event wxEVT_COMMAND_LIST_COL_END_DRAG ~%wxver22 %define %event wxEVT_COMMAND_LIST_ITEM_FOCUSED wxListEvent(wxEventType commandType = 0, int id = 0) %wxver22 %rename GetKeyCode int GetCode() const ~%wxver22 int GetKeyCode() const %property=KeyCode, read long GetIndex() const %property=Index, read int GetColumn() const %property=Column, read wxPoint GetPoint() const %property=Point, read const wxString& GetLabel() const %property=Label, read const wxString& GetText() const %property=Text, read int GetImage() const %property=Image, read long GetData() const %property=Data, read long GetMask() const %property=Mask, read const wxListItem& GetItem() const %property=Item, read %endclass %endif wxLUA_USE_wxListCtrl /////////////////////////////////////////////////////////////////////////////// // wxRadioBox %if wxLUA_USE_wxRadioBox %include "wx/radiobox.h" %define wxRA_VERTICAL // use wxVERTICAL %define wxRA_HORIZONTAL // use wxHORIZONTAL %define wxRA_SPECIFY_COLS %define wxRA_SPECIFY_ROWS %class wxRadioBox, wxControl wxRadioBox(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& point = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, int majorDimension = 0, long style = wxRA_SPECIFY_COLS, const wxValidator& validator = wxDefaultValidator, const wxString& name = "radioBox") bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& point = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, int majorDimension = 0, long style = wxRA_SPECIFY_COLS, const wxValidator& validator = wxDefaultValidator, const wxString& name = "radioBox") void Enable(const bool enable) %rename EnableItem void Enable(int n, const bool enable) int FindString(const wxString& string) const %rename GetItemString wxString GetString(int n) const int GetSelection() const wxString GetStringSelection() const ~%wxver22 int GetCount() const %wxver22 %rename GetCount int Number() const %property=Count, read ~%wxver22 %rename SetItemString void SetString(int n, const wxString &label) void SetSelection(int n) %property=Selection, read, write void SetStringSelection(const wxString& string) %property=StringSelection, read, write void Show(const bool show) %rename ShowItem void Show(int item, const bool show) wxString GetString(int n) const %endclass %endif wxLUA_USE_wxRadioBox /////////////////////////////////////////////////////////////////////////////// // wxRadioButton %if wxLUA_USE_wxRadioButton %include "wx/radiobut.h" %define wxRB_GROUP ~%wxver22 %define wxRB_SINGLE %class wxRadioButton, wxControl wxRadioButton(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "radioButton") bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "radioButton") bool GetValue() const void SetValue(const bool value) %property=Value, read, write %endclass %endif wxLUA_USE_wxRadioButton /////////////////////////////////////////////////////////////////////////////// // wxScrollBar %if wxLUA_USE_wxScrollBar %include "wx/scrolbar.h" %define wxSB_HORIZONTAL %define wxSB_VERTICAL %class wxScrollBar, wxControl wxScrollBar(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSB_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "scrollBar") bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSB_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "scrollBar") int GetRange() const %property=Range, read int GetPageSize() const %property=PageSize, read int GetThumbPosition() const void SetThumbPosition(int viewStart) %property=ThumbPosition, read, write virtual void SetScrollbar(int position, int thumbSize, int range, int pageSize, const bool refresh = TRUE) %endclass %endif wxLUA_USE_wxScrollBar /////////////////////////////////////////////////////////////////////////////// // wxSlider %if wxLUA_USE_wxSlider %include "wx/slider.h" %define wxSL_AUTOTICKS %define wxSL_BOTH %define wxSL_BOTTOM %define wxSL_HORIZONTAL %define wxSL_LABELS %define wxSL_LEFT %define wxSL_NOTIFY_DRAG %define wxSL_RIGHT %define wxSL_SELRANGE %define wxSL_TOP %define wxSL_VERTICAL %class wxSlider, wxControl wxSlider(wxWindow* parent, wxWindowID id, int value , int minValue, int maxValue, const wxPoint& point = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "slider") void ClearSel() void ClearTicks() bool Create(wxWindow* parent, wxWindowID id, int value , int minValue, int maxValue, const wxPoint& point = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, const wxString& name = "slider") int GetLineSize() const int GetMax() const %property=Max, read int GetMin() const %property=Min, read int GetPageSize() const int GetSelEnd() const %property=SelEnd, read int GetSelStart() const %property=SelStart, read int GetThumbLength() const int GetTickFreq() const int GetValue() const void SetRange(int minValue, int maxValue) void SetTickFreq(int n, int pos) void SetLineSize(int lineSize) %property=LineSize, read, write void SetPageSize(int pageSize) %property=PageSize, read, write void SetSelection(int startPos, int endPos) void SetThumbLength(int len) %property=ThumbLength, read, write void SetTick(int tickPos) void SetValue(int value) %property=Value, read, write %endclass %endif wxLUA_USE_wxSlider /////////////////////////////////////////////////////////////////////////////// // wxSpinButton %if wxLUA_USE_wxSpinButton %include "wx/spinbutt.h" %define wxSP_HORIZONTAL %define wxSP_VERTICAL %define wxSP_ARROW_KEYS %define wxSP_WRAP %class wxSpinButton, wxControl wxSpinButton(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_VERTICAL | wxSP_ARROW_KEYS, const wxString& name = "wxSpinButton") bool Create(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_VERTICAL | wxSP_ARROW_KEYS, const wxString& name = "wxSpinButton") int GetMax() const %property=Max, read int GetMin() const %property=Min, read int GetValue() const void SetRange(int min, int max) void SetValue(int value) %property=Value, read, write %endclass /////////////////////////////////////////////////////////////////////////////// // wxSpinEvent - for wxSpinButton %include "wx/spinbutt.h" %include "wx/spinctrl.h" %class %delete wxSpinEvent, wxNotifyEvent %define %event wxEVT_SCROLL_LINEUP %define %event wxEVT_SCROLL_LINEDOWN %define %event wxEVT_SCROLL_THUMBTRACK wxSpinEvent(wxEventType commandType = wxEVT_NULL, int id = 0) int GetPosition() const void SetPosition(int pos) %property=Position, read, write %endclass %endif wxLUA_USE_wxSpinButton /////////////////////////////////////////////////////////////////////////////// // wxSpinCtrl %if wxLUA_USE_wxSpinCtrl %include "wx/spinctrl.h" %define wxSP_ARROW_KEYS %define wxSP_WRAP %class wxSpinCtrl, wxControl wxSpinCtrl(wxWindow* parent, wxWindowID id = -1, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_ARROW_KEYS, int min = 0, int max = 100, int initial = 0, const wxString& name = "wxSpinCtrl") bool Create(wxWindow* parent, wxWindowID id = -1, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_ARROW_KEYS, int min = 0, int max = 100, int initial = 0, const wxString& name = "wxSpinCtrl") void SetValue(const wxString& text) %rename SetValueInt void SetValue(int iValue) int GetValue() const %property=Value, read, write void SetRange(int minVal, int maxVal) int GetMin() const %property=Min, read int GetMax() const %property=Max, read %endclass %endif wxLUA_USE_wxSpinCtrl /////////////////////////////////////////////////////////////////////////////// // wxTextCtrl %if wxLUA_USE_wxTextCtrl %include "wx/textctrl.h" %define wxTE_PROCESS_ENTER %define wxTE_PROCESS_TAB %define wxTE_MULTILINE %define wxTE_PASSWORD %define wxTE_READONLY %define wxTE_RICH ~%wxver22 %define wxTE_RICH2 ~%wxver22 %define wxTE_AUTO_URL ~%wxver22 %define wxTE_NOHIDESEL %define wxHSCROLL ~%wxver22 %define wxTE_LEFT ~%wxver22 %define wxTE_CENTRE ~%wxver22 %define wxTE_RIGHT ~%wxver22 %define wxTE_DONTWRAP ~%wxver22 %define wxTE_LINEWRAP ~%wxver22 %define wxTE_WORDWRAP ~%wxver22 %define wxTE_AUTO_SCROLL ~%wxver22 %define wxTE_NO_VSCROLL %class wxTextCtrl, wxControl wxTextCtrl(wxWindow *parent, wxWindowID id, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxTextCtrlNameStr) void AppendText(const wxString& text) virtual bool CanCopy() virtual bool CanCut() virtual bool CanPaste() virtual bool CanRedo() virtual bool CanUndo() virtual void Clear() virtual void Copy() bool Create(wxWindow* parent, wxWindowID id, const wxString& value = "", const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = "text") virtual void Cut() void DiscardEdits() virtual long GetInsertionPoint() const virtual long GetLastPosition() const int GetLineLength(long lineNo) const wxString GetLineText(long lineNo) const int GetNumberOfLines() const %property=NumberOfLines, read virtual void GetSelection(long* from, long* to) wxString GetValue() const bool IsModified() const bool LoadFile(const wxString& filename) virtual void Paste() bool PositionToXY(long pos, long *x, long *y) const virtual void Redo() virtual void Remove(long from, long to) virtual void Replace(long from, long to, const wxString... [truncated message content] |
From: John L. <jr...@us...> - 2005-06-06 23:01:51
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12895/wxwidgets Log Message: Directory /cvsroot/wxlua/wxLua/bindings/wxwidgets added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:09
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluasocket/src Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluasocket/src added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:09
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluadebug Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluadebug added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:09
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluasocket/include Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluasocket/include added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:08
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluadebug/src Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluadebug/src added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:08
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluadebug/include Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluadebug/include added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:08
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxluasocket Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxluasocket added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:10:07
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxlua/include Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxlua/include added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/lua/src/luac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/src/luac Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/src/luac added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/lua/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/doc Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/doc added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxlua/src Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxlua/src added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/lua/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/etc Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/etc added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/lua/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/test Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/test added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:55
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/wxlua Log Message: Directory /cvsroot/wxlua/wxLua/modules/wxlua added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:53
|
Update of /cvsroot/wxlua/wxLua/modules/lua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/src Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/src added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:52
|
Update of /cvsroot/wxlua/wxLua/modules/lua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:52
|
Update of /cvsroot/wxlua/wxLua/modules/lua/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/src/lib Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/src/lib added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:51
|
Update of /cvsroot/wxlua/wxLua/modules/lua/src/lua In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/src/lua Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/src/lua added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:50
|
Update of /cvsroot/wxlua/wxLua/modules/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/build Log Message: Directory /cvsroot/wxlua/wxLua/modules/build added to the repository |
From: John L. <jr...@us...> - 2005-06-06 22:09:49
|
Update of /cvsroot/wxlua/wxLua/modules/lua/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16053/lua/include Log Message: Directory /cvsroot/wxlua/wxLua/modules/lua/include added to the repository |