Updates to fix statusbar and menu errors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -245,7 +245,6 @@ private:
|
|||||||
SWP m_vSwpToolBar;
|
SWP m_vSwpToolBar;
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
DECLARE_DYNAMIC_CLASS(wxFrameOS2)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -360,6 +360,11 @@
|
|||||||
// needed for wxCanvas
|
// needed for wxCanvas
|
||||||
#define wxUSE_MENUS 1
|
#define wxUSE_MENUS 1
|
||||||
|
|
||||||
|
#define wxUSE_WAVE 1
|
||||||
|
|
||||||
|
#define wxUSE_REGEX 1
|
||||||
|
|
||||||
|
#define wxUSE_FINDREPLDLG 1 // Find replace dialog
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_SETUP_H_
|
// _WX_SETUP_H_
|
||||||
|
@@ -360,6 +360,11 @@
|
|||||||
// needed for wxCanvas
|
// needed for wxCanvas
|
||||||
#define wxUSE_MENUS 1
|
#define wxUSE_MENUS 1
|
||||||
|
|
||||||
|
#define wxUSE_WAVE 1
|
||||||
|
|
||||||
|
#define wxUSE_REGEX 1
|
||||||
|
|
||||||
|
#define wxUSE_FINDREPLDLG 1 // Find replace dialog
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_SETUP_H_
|
// _WX_SETUP_H_
|
||||||
|
@@ -68,10 +68,8 @@ BEGIN_EVENT_TABLE(wxFrameOS2, wxFrameBase)
|
|||||||
EVT_SYS_COLOUR_CHANGED(wxFrameOS2::OnSysColourChanged)
|
EVT_SYS_COLOUR_CHANGED(wxFrameOS2::OnSysColourChanged)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxFrameOS2, wxWindow)
|
|
||||||
|
|
||||||
#ifndef __WXUNIVERSAL__
|
#ifndef __WXUNIVERSAL__
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxFrameMSW)
|
IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
@@ -104,6 +104,7 @@ GENERICOBJS= \
|
|||||||
..\generic\$D\dirctrlg.obj \
|
..\generic\$D\dirctrlg.obj \
|
||||||
..\generic\$D\dragimgg.obj \
|
..\generic\$D\dragimgg.obj \
|
||||||
..\generic\$D\fontdlgg.obj \
|
..\generic\$D\fontdlgg.obj \
|
||||||
|
..\generic\$D\fdrepdlg.obj \
|
||||||
..\generic\$D\grid.obj \
|
..\generic\$D\grid.obj \
|
||||||
..\generic\$D\gridctrl.obj \
|
..\generic\$D\gridctrl.obj \
|
||||||
..\generic\$D\gridsel.obj \
|
..\generic\$D\gridsel.obj \
|
||||||
@@ -150,6 +151,7 @@ GENLIBOBJS= \
|
|||||||
dirctrlg.obj \
|
dirctrlg.obj \
|
||||||
dragimgg.obj \
|
dragimgg.obj \
|
||||||
fontdlgg.obj \
|
fontdlgg.obj \
|
||||||
|
fdrepdlg.obj \
|
||||||
grid.obj \
|
grid.obj \
|
||||||
gridctrl.obj \
|
gridctrl.obj \
|
||||||
gridsel.obj \
|
gridsel.obj \
|
||||||
@@ -190,6 +192,7 @@ NONESSENTIALOBJS= \
|
|||||||
|
|
||||||
COMMONOBJS = \
|
COMMONOBJS = \
|
||||||
..\common\$D\appcmn.obj \
|
..\common\$D\appcmn.obj \
|
||||||
|
..\common\$D\bmpbase.obj \
|
||||||
..\common\$D\choiccmn.obj \
|
..\common\$D\choiccmn.obj \
|
||||||
..\common\$D\clipcmn.obj \
|
..\common\$D\clipcmn.obj \
|
||||||
..\common\$D\cmdline.obj \
|
..\common\$D\cmdline.obj \
|
||||||
@@ -220,6 +223,7 @@ COMMONOBJS = \
|
|||||||
..\common\$D\encconv.obj \
|
..\common\$D\encconv.obj \
|
||||||
..\common\$D\event.obj \
|
..\common\$D\event.obj \
|
||||||
..\common\$D\extended.obj \
|
..\common\$D\extended.obj \
|
||||||
|
..\common\$D\fddlgcmn.obj \
|
||||||
..\common\$D\ffile.obj \
|
..\common\$D\ffile.obj \
|
||||||
..\common\$D\file.obj \
|
..\common\$D\file.obj \
|
||||||
..\common\$D\fileconf.obj \
|
..\common\$D\fileconf.obj \
|
||||||
@@ -315,6 +319,7 @@ COMMONOBJS = \
|
|||||||
|
|
||||||
COMLIBOBJS1 = \
|
COMLIBOBJS1 = \
|
||||||
appcmn.obj \
|
appcmn.obj \
|
||||||
|
bmpbase.obj \
|
||||||
choiccmn.obj \
|
choiccmn.obj \
|
||||||
clipcmn.obj \
|
clipcmn.obj \
|
||||||
cmdline.obj \
|
cmdline.obj \
|
||||||
@@ -342,6 +347,7 @@ COMLIBOBJS1 = \
|
|||||||
encconv.obj \
|
encconv.obj \
|
||||||
event.obj \
|
event.obj \
|
||||||
extended.obj \
|
extended.obj \
|
||||||
|
fddlgcmn.obj \
|
||||||
ffile.obj \
|
ffile.obj \
|
||||||
file.obj \
|
file.obj \
|
||||||
fileconf.obj \
|
fileconf.obj \
|
||||||
@@ -355,11 +361,11 @@ COMLIBOBJS1 = \
|
|||||||
fs_mem.obj \
|
fs_mem.obj \
|
||||||
fs_zip.obj \
|
fs_zip.obj \
|
||||||
ftp.obj \
|
ftp.obj \
|
||||||
gaugecmn.obj \
|
gaugecmn.obj
|
||||||
gdicmn.obj \
|
|
||||||
geometry.obj
|
|
||||||
|
|
||||||
COMLIBOBJS2 = \
|
COMLIBOBJS2 = \
|
||||||
|
gdicmn.obj \
|
||||||
|
geometry.obj \
|
||||||
gifdecod.obj \
|
gifdecod.obj \
|
||||||
hash.obj \
|
hash.obj \
|
||||||
helpbase.obj \
|
helpbase.obj \
|
||||||
@@ -399,11 +405,11 @@ COMLIBOBJS2 = \
|
|||||||
quantize.obj \
|
quantize.obj \
|
||||||
radiocmn.obj \
|
radiocmn.obj \
|
||||||
regex.obj \
|
regex.obj \
|
||||||
resource.obj \
|
resource.obj
|
||||||
sckaddr.obj \
|
|
||||||
sckfile.obj
|
|
||||||
|
|
||||||
COMLIBOBJS3 = \
|
COMLIBOBJS3 = \
|
||||||
|
sckaddr.obj \
|
||||||
|
sckfile.obj \
|
||||||
sckipc.obj \
|
sckipc.obj \
|
||||||
sckstrm.obj \
|
sckstrm.obj \
|
||||||
serbase.obj \
|
serbase.obj \
|
||||||
@@ -666,6 +672,7 @@ $D\dummydll.obj: dummydll.$(SRCSUFF) $(WXDIR)\include\wx\wx.h $(WXDIR)\include\w
|
|||||||
|
|
||||||
$(COMLIBOBJS1):
|
$(COMLIBOBJS1):
|
||||||
copy ..\common\$D\appcmn.obj
|
copy ..\common\$D\appcmn.obj
|
||||||
|
copy ..\common\$D\bmpbase.obj
|
||||||
copy ..\common\$D\choiccmn.obj
|
copy ..\common\$D\choiccmn.obj
|
||||||
copy ..\common\$D\clipcmn.obj
|
copy ..\common\$D\clipcmn.obj
|
||||||
copy ..\common\$D\cmdline.obj
|
copy ..\common\$D\cmdline.obj
|
||||||
@@ -693,6 +700,7 @@ $(COMLIBOBJS1):
|
|||||||
copy ..\common\$D\encconv.obj
|
copy ..\common\$D\encconv.obj
|
||||||
copy ..\common\$D\event.obj
|
copy ..\common\$D\event.obj
|
||||||
copy ..\common\$D\extended.obj
|
copy ..\common\$D\extended.obj
|
||||||
|
copy ..\common\$D\fddlgcmn.obj
|
||||||
copy ..\common\$D\ffile.obj
|
copy ..\common\$D\ffile.obj
|
||||||
copy ..\common\$D\file.obj
|
copy ..\common\$D\file.obj
|
||||||
copy ..\common\$D\fileconf.obj
|
copy ..\common\$D\fileconf.obj
|
||||||
@@ -707,10 +715,10 @@ $(COMLIBOBJS1):
|
|||||||
copy ..\common\$D\fs_zip.obj
|
copy ..\common\$D\fs_zip.obj
|
||||||
copy ..\common\$D\ftp.obj
|
copy ..\common\$D\ftp.obj
|
||||||
copy ..\common\$D\gaugecmn.obj
|
copy ..\common\$D\gaugecmn.obj
|
||||||
copy ..\common\$D\gdicmn.obj
|
|
||||||
copy ..\common\$D\geometry.obj
|
|
||||||
|
|
||||||
$(COMLIBOBJS2):
|
$(COMLIBOBJS2):
|
||||||
|
copy ..\common\$D\gdicmn.obj
|
||||||
|
copy ..\common\$D\geometry.obj
|
||||||
copy ..\common\$D\gifdecod.obj
|
copy ..\common\$D\gifdecod.obj
|
||||||
copy ..\common\$D\hash.obj
|
copy ..\common\$D\hash.obj
|
||||||
copy ..\common\$D\helpbase.obj
|
copy ..\common\$D\helpbase.obj
|
||||||
@@ -751,10 +759,10 @@ $(COMLIBOBJS2):
|
|||||||
copy ..\common\$D\radiocmn.obj
|
copy ..\common\$D\radiocmn.obj
|
||||||
copy ..\common\$D\regex.obj
|
copy ..\common\$D\regex.obj
|
||||||
copy ..\common\$D\resource.obj
|
copy ..\common\$D\resource.obj
|
||||||
copy ..\common\$D\sckaddr.obj
|
|
||||||
copy ..\common\$D\sckfile.obj
|
|
||||||
|
|
||||||
$(COMLIBOBJS3):
|
$(COMLIBOBJS3):
|
||||||
|
copy ..\common\$D\sckaddr.obj
|
||||||
|
copy ..\common\$D\sckfile.obj
|
||||||
copy ..\common\$D\sckipc.obj
|
copy ..\common\$D\sckipc.obj
|
||||||
copy ..\common\$D\sckstrm.obj
|
copy ..\common\$D\sckstrm.obj
|
||||||
copy ..\common\$D\serbase.obj
|
copy ..\common\$D\serbase.obj
|
||||||
@@ -797,6 +805,7 @@ $(GENLIBOBJS):
|
|||||||
copy ..\generic\$D\dcpsg.obj
|
copy ..\generic\$D\dcpsg.obj
|
||||||
copy ..\generic\$D\dirctrlg.obj
|
copy ..\generic\$D\dirctrlg.obj
|
||||||
copy ..\generic\$D\fontdlgg.obj
|
copy ..\generic\$D\fontdlgg.obj
|
||||||
|
copy ..\generic\$D\fdrepdlg.obj
|
||||||
copy ..\generic\$D\grid.obj
|
copy ..\generic\$D\grid.obj
|
||||||
copy ..\generic\$D\gridctrl.obj
|
copy ..\generic\$D\gridctrl.obj
|
||||||
copy ..\generic\$D\gridsel.obj
|
copy ..\generic\$D\gridsel.obj
|
||||||
@@ -1151,8 +1160,6 @@ clean: $(PERIPH_CLEAN_TARGET) clean_png clean_zlib clean_jpeg clean_xpm clean_t
|
|||||||
erase /N $(COMMDIR)\$D\*.obj
|
erase /N $(COMMDIR)\$D\*.obj
|
||||||
erase /N $(HTMLDIR)\$D\*.obj
|
erase /N $(HTMLDIR)\$D\*.obj
|
||||||
erase /N $(OS2DIR)\$D\*.obj
|
erase /N $(OS2DIR)\$D\*.obj
|
||||||
erase /N $(COMMDIR)\y_tab.c
|
|
||||||
erase /N $(COMMDIR)\lex_yy.c
|
|
||||||
rd $(D)
|
rd $(D)
|
||||||
rd ..\generic\$D
|
rd ..\generic\$D
|
||||||
rd ..\common\$D
|
rd ..\common\$D
|
||||||
@@ -1162,6 +1169,8 @@ clean: $(PERIPH_CLEAN_TARGET) clean_png clean_zlib clean_jpeg clean_xpm clean_t
|
|||||||
!if "$(WXMAKINGDLL)" == "1"
|
!if "$(WXMAKINGDLL)" == "1"
|
||||||
erase /N ..\..\lib\wx23.lib
|
erase /N ..\..\lib\wx23.lib
|
||||||
!endif
|
!endif
|
||||||
|
erase /N $(COMMDIR)\y_tab.c
|
||||||
|
erase /N $(COMMDIR)\lex_yy.c
|
||||||
|
|
||||||
cleanall: clean
|
cleanall: clean
|
||||||
|
|
||||||
|
@@ -929,7 +929,6 @@ bool wxMenuBar::Append(
|
|||||||
if (!wxMenuBarBase::Append(pMenu, Title))
|
if (!wxMenuBarBase::Append(pMenu, Title))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
pMenu->Attach(this);
|
|
||||||
m_titles.Add(Title);
|
m_titles.Add(Title);
|
||||||
|
|
||||||
if ( IsAttached() )
|
if ( IsAttached() )
|
||||||
|
@@ -1454,6 +1454,7 @@ void wxWindowOS2::DoMoveWindow(
|
|||||||
, int nHeight
|
, int nHeight
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
#if 0 // x and y coords should already be in os2 coordinates
|
||||||
RECTL vRect;
|
RECTL vRect;
|
||||||
HWND hParent;
|
HWND hParent;
|
||||||
wxWindow* pParent = GetParent();
|
wxWindow* pParent = GetParent();
|
||||||
@@ -1464,7 +1465,7 @@ void wxWindowOS2::DoMoveWindow(
|
|||||||
hParent = HWND_DESKTOP;
|
hParent = HWND_DESKTOP;
|
||||||
::WinQueryWindowRect(hParent, &vRect);
|
::WinQueryWindowRect(hParent, &vRect);
|
||||||
nY = vRect.yTop - (nY + nHeight);
|
nY = vRect.yTop - (nY + nHeight);
|
||||||
|
#endif
|
||||||
if ( !::WinSetWindowPos( GetHwnd()
|
if ( !::WinSetWindowPos( GetHwnd()
|
||||||
,HWND_TOP
|
,HWND_TOP
|
||||||
,(LONG)nX
|
,(LONG)nX
|
||||||
|
@@ -4,7 +4,7 @@ DATA MULTIPLE NONSHARED READWRITE LOADONCALL
|
|||||||
CODE LOADONCALL
|
CODE LOADONCALL
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
;From library: H:\DEV\WX2\WXWINDOWS\LIB\WX.lib
|
;From library: F:\DEV\WX2\WXWINDOWS\LIB\WX.lib
|
||||||
;From object file: dummy.cpp
|
;From object file: dummy.cpp
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
wxDummyChar
|
wxDummyChar
|
||||||
@@ -31,6 +31,7 @@ EXPORTS
|
|||||||
ProcessPendingEvents__9wxAppBaseFv
|
ProcessPendingEvents__9wxAppBaseFv
|
||||||
;wxAppBase::SetActive(unsigned long,wxWindow*)
|
;wxAppBase::SetActive(unsigned long,wxWindow*)
|
||||||
SetActive__9wxAppBaseFUlP8wxWindow
|
SetActive__9wxAppBaseFUlP8wxWindow
|
||||||
|
;From object file: ..\common\bmpbase.cpp
|
||||||
;From object file: ..\common\choiccmn.cpp
|
;From object file: ..\common\choiccmn.cpp
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
;wxChoiceBase::SetStringSelection(const wxString&)
|
;wxChoiceBase::SetStringSelection(const wxString&)
|
||||||
@@ -1615,10 +1616,28 @@ EXPORTS
|
|||||||
wxEVT_NC_LEFT_DCLICK
|
wxEVT_NC_LEFT_DCLICK
|
||||||
wxEVT_INIT_DIALOG
|
wxEVT_INIT_DIALOG
|
||||||
wxEVT_COMMAND_SET_FOCUS
|
wxEVT_COMMAND_SET_FOCUS
|
||||||
;From object file: H:\DEV\WX2\WXWINDOWS\src\common\extended.c
|
;From object file: F:\DEV\WX2\WXWINDOWS\src\common\extended.c
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
ConvertToIeeeExtended
|
ConvertToIeeeExtended
|
||||||
ConvertFromIeeeExtended
|
ConvertFromIeeeExtended
|
||||||
|
;From object file: ..\common\fddlgcmn.cpp
|
||||||
|
;PUBDEFs (Symbols available from object file):
|
||||||
|
;wxFindDialogEvent::sm_classwxFindDialogEvent
|
||||||
|
sm_classwxFindDialogEvent__17wxFindDialogEvent
|
||||||
|
wxEVT_COMMAND_FIND_REPLACE_ALL
|
||||||
|
wxEVT_COMMAND_FIND_REPLACE
|
||||||
|
wxEVT_COMMAND_FIND_CLOSE
|
||||||
|
;wxFindReplaceDialogBase::Send(wxFindDialogEvent&)
|
||||||
|
Send__23wxFindReplaceDialogBaseFR17wxFindDialogEvent
|
||||||
|
;wxFindReplaceData::Init()
|
||||||
|
Init__17wxFindReplaceDataFv
|
||||||
|
;wxConstructorForwxFindDialogEvent()
|
||||||
|
wxConstructorForwxFindDialogEvent__Fv
|
||||||
|
__vft23wxFindReplaceDialogBase8wxObject
|
||||||
|
wxEVT_COMMAND_FIND_NEXT
|
||||||
|
wxEVT_COMMAND_FIND
|
||||||
|
;wxFindReplaceDialogBase::~wxFindReplaceDialogBase()
|
||||||
|
__dt__23wxFindReplaceDialogBaseFv
|
||||||
;From object file: ..\common\ffile.cpp
|
;From object file: ..\common\ffile.cpp
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
;wxFFile::Seek(long,wxSeekMode)
|
;wxFFile::Seek(long,wxSeekMode)
|
||||||
@@ -5422,7 +5441,7 @@ EXPORTS
|
|||||||
Read32__17wxTextInputStreamFv
|
Read32__17wxTextInputStreamFv
|
||||||
;wxTextInputStream::SkipIfEndOfLine(char)
|
;wxTextInputStream::SkipIfEndOfLine(char)
|
||||||
SkipIfEndOfLine__17wxTextInputStreamFc
|
SkipIfEndOfLine__17wxTextInputStreamFc
|
||||||
;From object file: H:\DEV\WX2\WXWINDOWS\src\common\unzip.c
|
;From object file: F:\DEV\WX2\WXWINDOWS\src\common\unzip.c
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
unzReadCurrentFile
|
unzReadCurrentFile
|
||||||
unzGetCurrentFileInfo
|
unzGetCurrentFileInfo
|
||||||
@@ -7119,6 +7138,37 @@ EXPORTS
|
|||||||
PaintFont__19wxGenericFontDialogFR4wxDC
|
PaintFont__19wxGenericFontDialogFR4wxDC
|
||||||
;wxGenericFontDialog::sm_classwxGenericFontDialog
|
;wxGenericFontDialog::sm_classwxGenericFontDialog
|
||||||
sm_classwxGenericFontDialog__19wxGenericFontDialog
|
sm_classwxGenericFontDialog__19wxGenericFontDialog
|
||||||
|
;From object file: ..\generic\fdrepdlg.cpp
|
||||||
|
;PUBDEFs (Symbols available from object file):
|
||||||
|
;wxFindReplaceDialog::OnFind(wxCommandEvent&)
|
||||||
|
OnFind__19wxFindReplaceDialogFR14wxCommandEvent
|
||||||
|
;wxFindReplaceDialog::OnUpdateFindUI(wxUpdateUIEvent&)
|
||||||
|
OnUpdateFindUI__19wxFindReplaceDialogFR15wxUpdateUIEvent
|
||||||
|
;wxFindReplaceDialog::OnReplaceAll(wxCommandEvent&)
|
||||||
|
OnReplaceAll__19wxFindReplaceDialogFR14wxCommandEvent
|
||||||
|
;wxFindReplaceDialog::sm_classwxFindReplaceDialog
|
||||||
|
sm_classwxFindReplaceDialog__19wxFindReplaceDialog
|
||||||
|
;wxFindReplaceDialog::sm_eventTable
|
||||||
|
sm_eventTable__19wxFindReplaceDialog
|
||||||
|
__vft19wxFindReplaceDialog8wxObject
|
||||||
|
;wxConstructorForwxGenericFindReplaceDialog()
|
||||||
|
wxConstructorForwxGenericFindReplaceDialog__Fv
|
||||||
|
;wxFindReplaceDialog::OnCancel(wxCommandEvent&)
|
||||||
|
OnCancel__19wxFindReplaceDialogFR14wxCommandEvent
|
||||||
|
;wxFindReplaceDialog::Create(wxWindow*,wxFindReplaceData*,const wxString&,int)
|
||||||
|
Create__19wxFindReplaceDialogFP8wxWindowP17wxFindReplaceDataRC8wxStringi
|
||||||
|
;wxFindReplaceDialog::SendEvent(const int&)
|
||||||
|
SendEvent__19wxFindReplaceDialogFRCi
|
||||||
|
;wxFindReplaceDialog::Init()
|
||||||
|
Init__19wxFindReplaceDialogFv
|
||||||
|
;wxFindReplaceDialog::sm_eventTableEntries
|
||||||
|
sm_eventTableEntries__19wxFindReplaceDialog
|
||||||
|
;wxFindReplaceDialog::OnReplace(wxCommandEvent&)
|
||||||
|
OnReplace__19wxFindReplaceDialogFR14wxCommandEvent
|
||||||
|
;wxFindReplaceDialog::OnCloseWindow(wxCloseEvent&)
|
||||||
|
OnCloseWindow__19wxFindReplaceDialogFR12wxCloseEvent
|
||||||
|
;wxFindReplaceDialog::GetEventTable() const
|
||||||
|
GetEventTable__19wxFindReplaceDialogCFv
|
||||||
;From object file: ..\generic\grid.cpp
|
;From object file: ..\generic\grid.cpp
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
;wxGrid::EnableDragColSize(unsigned long)
|
;wxGrid::EnableDragColSize(unsigned long)
|
||||||
@@ -8476,6 +8526,8 @@ EXPORTS
|
|||||||
sm_eventTable__18wxListHeaderWindow
|
sm_eventTable__18wxListHeaderWindow
|
||||||
;wxListHeaderWindow::sm_eventTableEntries
|
;wxListHeaderWindow::sm_eventTableEntries
|
||||||
sm_eventTableEntries__18wxListHeaderWindow
|
sm_eventTableEntries__18wxListHeaderWindow
|
||||||
|
;wxListView::sm_classwxListView
|
||||||
|
sm_classwxListView__10wxListView
|
||||||
;wxListMainWindow::sm_classwxListMainWindow
|
;wxListMainWindow::sm_classwxListMainWindow
|
||||||
sm_classwxListMainWindow__16wxListMainWindow
|
sm_classwxListMainWindow__16wxListMainWindow
|
||||||
;wxListRenameTimer::wxListRenameTimer(wxListMainWindow*)
|
;wxListRenameTimer::wxListRenameTimer(wxListMainWindow*)
|
||||||
@@ -8788,6 +8840,8 @@ EXPORTS
|
|||||||
Add__19wxListLineDataArrayFRC14wxListLineData
|
Add__19wxListLineDataArrayFRC14wxListLineData
|
||||||
;wxListCtrl::wxListCtrl()
|
;wxListCtrl::wxListCtrl()
|
||||||
__ct__10wxListCtrlFv
|
__ct__10wxListCtrlFv
|
||||||
|
;wxConstructorForwxListView()
|
||||||
|
wxConstructorForwxListView__Fv
|
||||||
;wxConstructorForwxListHeaderWindow()
|
;wxConstructorForwxListHeaderWindow()
|
||||||
wxConstructorForwxListHeaderWindow__Fv
|
wxConstructorForwxListHeaderWindow__Fv
|
||||||
;wxListTextCtrl::wxListTextCtrl(wxWindow*,const int,unsigned long*,wxString*,wxListMainWindow*,const wxString&,const wxPoint&,const wxSize&,int,const wxValidator&,const wxString&)
|
;wxListTextCtrl::wxListTextCtrl(wxWindow*,const int,unsigned long*,wxString*,wxListMainWindow*,const wxString&,const wxPoint&,const wxSize&,int,const wxValidator&,const wxString&)
|
||||||
@@ -10637,6 +10691,8 @@ EXPORTS
|
|||||||
__as__10wxMsgArrayFRC10wxMsgArray
|
__as__10wxMsgArrayFRC10wxMsgArray
|
||||||
;wxApp::RemoveSocketHandler(int)
|
;wxApp::RemoveSocketHandler(int)
|
||||||
RemoveSocketHandler__5wxAppFi
|
RemoveSocketHandler__5wxAppFi
|
||||||
|
;wxMsgArray::DoEmpty()
|
||||||
|
DoEmpty__10wxMsgArrayFv
|
||||||
;wxYield()
|
;wxYield()
|
||||||
wxYield__Fv
|
wxYield__Fv
|
||||||
wxSTD_FRAME_ICON
|
wxSTD_FRAME_ICON
|
||||||
@@ -10649,8 +10705,6 @@ EXPORTS
|
|||||||
Initialized__5wxAppFv
|
Initialized__5wxAppFv
|
||||||
;wxApp::GetEventTable() const
|
;wxApp::GetEventTable() const
|
||||||
GetEventTable__5wxAppCFv
|
GetEventTable__5wxAppCFv
|
||||||
;wxMsgArray::DoEmpty()
|
|
||||||
DoEmpty__10wxMsgArrayFv
|
|
||||||
wxFrameClassNameNoRedraw
|
wxFrameClassNameNoRedraw
|
||||||
;wxSetInstance(unsigned long)
|
;wxSetInstance(unsigned long)
|
||||||
wxSetInstance__FUl
|
wxSetInstance__FUl
|
||||||
@@ -11902,18 +11956,14 @@ EXPORTS
|
|||||||
Init__10wxFrameOS2Fv
|
Init__10wxFrameOS2Fv
|
||||||
;wxFrameOS2::sm_eventTable
|
;wxFrameOS2::sm_eventTable
|
||||||
sm_eventTable__10wxFrameOS2
|
sm_eventTable__10wxFrameOS2
|
||||||
;wxFrameOS2::sm_classwxFrameOS2
|
|
||||||
sm_classwxFrameOS2__10wxFrameOS2
|
|
||||||
;wxFrameOS2::DoGetPosition(int*,int*) const
|
;wxFrameOS2::DoGetPosition(int*,int*) const
|
||||||
DoGetPosition__10wxFrameOS2CFPiT1
|
DoGetPosition__10wxFrameOS2CFPiT1
|
||||||
;wxConstructorForwxFrameOS2()
|
;wxFrameOS2::IsMaximized() const
|
||||||
wxConstructorForwxFrameOS2__Fv
|
IsMaximized__10wxFrameOS2CFv
|
||||||
;wxFrameOS2::SetIcon(const wxIcon&)
|
;wxFrameOS2::SetIcon(const wxIcon&)
|
||||||
SetIcon__10wxFrameOS2FRC6wxIcon
|
SetIcon__10wxFrameOS2FRC6wxIcon
|
||||||
;wxFrameOS2::PositionToolBar()
|
;wxFrameOS2::PositionToolBar()
|
||||||
PositionToolBar__10wxFrameOS2Fv
|
PositionToolBar__10wxFrameOS2Fv
|
||||||
;wxFrameOS2::IsMaximized() const
|
|
||||||
IsMaximized__10wxFrameOS2CFv
|
|
||||||
;wxFrameOS2::GetClientAreaOrigin() const
|
;wxFrameOS2::GetClientAreaOrigin() const
|
||||||
GetClientAreaOrigin__10wxFrameOS2CFv
|
GetClientAreaOrigin__10wxFrameOS2CFv
|
||||||
;wxFrameOS2::OnCreateStatusBar(int,long,int,const wxString&)
|
;wxFrameOS2::OnCreateStatusBar(int,long,int,const wxString&)
|
||||||
|
Reference in New Issue
Block a user