Catch up Os/2 to the state of the branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,6 +44,16 @@ public:
|
|||||||
);
|
);
|
||||||
wxRegion(const wxRect& rRect);
|
wxRegion(const wxRect& rRect);
|
||||||
wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
|
wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
|
||||||
|
wxRegion( const wxBitmap& rBmp
|
||||||
|
,const wxColour& rTransColour = wxNullColour
|
||||||
|
,int nTolerance = 0
|
||||||
|
)
|
||||||
|
{
|
||||||
|
Union( rBmp
|
||||||
|
,rTransColour
|
||||||
|
,nTolerance
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wxRegion();
|
wxRegion();
|
||||||
~wxRegion();
|
~wxRegion();
|
||||||
@@ -189,6 +199,23 @@ public:
|
|||||||
//
|
//
|
||||||
wxRegionContain Contains(const wxRect& rRect) const;
|
wxRegionContain Contains(const wxRect& rRect) const;
|
||||||
|
|
||||||
|
//
|
||||||
|
// Convert the region to a B&W bitmap with the black pixels being inside
|
||||||
|
// the region.
|
||||||
|
//
|
||||||
|
wxBitmap ConvertToBitmap(void) const;
|
||||||
|
|
||||||
|
//
|
||||||
|
// Use the non-transparent pixels of a wxBitmap for the region to combine
|
||||||
|
// with this region. If the bitmap has a mask then it will be used,
|
||||||
|
// otherwise the colour to be treated as transparent may be specified,
|
||||||
|
// along with an optional tolerance value.
|
||||||
|
//
|
||||||
|
bool Union( const wxBitmap& rBmp
|
||||||
|
,const wxColour& rTransColour = wxNullColour
|
||||||
|
,int nTolerance = 0
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Internal
|
// Internal
|
||||||
//
|
//
|
||||||
|
@@ -115,6 +115,7 @@ protected:
|
|||||||
//
|
//
|
||||||
void OnSpinChange(wxSpinEvent& rEvent);
|
void OnSpinChange(wxSpinEvent& rEvent);
|
||||||
void OnChar(wxKeyEvent& rEvent);
|
void OnChar(wxKeyEvent& rEvent);
|
||||||
|
void OnSetFocus(wxFocusEvent& rEvent);
|
||||||
|
|
||||||
WXHWND m_hWndBuddy;
|
WXHWND m_hWndBuddy;
|
||||||
static wxArraySpins m_svAllSpins;
|
static wxArraySpins m_svAllSpins;
|
||||||
|
@@ -68,6 +68,7 @@ public:
|
|||||||
virtual void SendSizeEvent(void);
|
virtual void SendSizeEvent(void);
|
||||||
virtual void SetIcon(const wxIcon& rIcon);
|
virtual void SetIcon(const wxIcon& rIcon);
|
||||||
virtual void SetIcons(const wxIconBundle& rIcons);
|
virtual void SetIcons(const wxIconBundle& rIcons);
|
||||||
|
bool SetShape(const wxRegion& rRegion);
|
||||||
|
|
||||||
virtual bool Show(bool bShow = TRUE);
|
virtual bool Show(bool bShow = TRUE);
|
||||||
virtual bool ShowFullScreen( bool bShow
|
virtual bool ShowFullScreen( bool bShow
|
||||||
|
@@ -311,6 +311,7 @@ wxCursor::wxCursor(
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
((wxCursorRefData *)m_refData)->m_bDestroyCursor = FALSE;
|
||||||
} // end of wxCursor::wxCursor
|
} // end of wxCursor::wxCursor
|
||||||
|
|
||||||
// Global cursor setting
|
// Global cursor setting
|
||||||
|
@@ -291,6 +291,7 @@ COMMONOBJS = \
|
|||||||
..\common\$D\protocol.obj \
|
..\common\$D\protocol.obj \
|
||||||
..\common\$D\quantize.obj \
|
..\common\$D\quantize.obj \
|
||||||
..\common\$D\radiocmn.obj \
|
..\common\$D\radiocmn.obj \
|
||||||
|
..\common\$D\rgncmn.obj \
|
||||||
..\common\$D\regex.obj \
|
..\common\$D\regex.obj \
|
||||||
..\common\$D\resource.obj \
|
..\common\$D\resource.obj \
|
||||||
..\common\$D\sckaddr.obj \
|
..\common\$D\sckaddr.obj \
|
||||||
@@ -428,6 +429,7 @@ COMLIBOBJS3 = \
|
|||||||
protocol.obj \
|
protocol.obj \
|
||||||
quantize.obj \
|
quantize.obj \
|
||||||
radiocmn.obj \
|
radiocmn.obj \
|
||||||
|
rgncmn.obj \
|
||||||
regex.obj \
|
regex.obj \
|
||||||
resource.obj \
|
resource.obj \
|
||||||
sckaddr.obj \
|
sckaddr.obj \
|
||||||
@@ -461,10 +463,10 @@ COMLIBOBJS3 = \
|
|||||||
wfstream.obj \
|
wfstream.obj \
|
||||||
wincmn.obj \
|
wincmn.obj \
|
||||||
wxchar.obj \
|
wxchar.obj \
|
||||||
wxexpr.obj \
|
wxexpr.obj
|
||||||
xpmdecod.obj
|
|
||||||
|
|
||||||
COMLIBOBJS4 = \
|
COMLIBOBJS4 = \
|
||||||
|
xpmdecod.obj \
|
||||||
y_tab.obj \
|
y_tab.obj \
|
||||||
zipstrm.obj \
|
zipstrm.obj \
|
||||||
zstream.obj
|
zstream.obj
|
||||||
@@ -796,6 +798,7 @@ $(COMLIBOBJS3):
|
|||||||
copy ..\common\$D\protocol.obj
|
copy ..\common\$D\protocol.obj
|
||||||
copy ..\common\$D\quantize.obj
|
copy ..\common\$D\quantize.obj
|
||||||
copy ..\common\$D\radiocmn.obj
|
copy ..\common\$D\radiocmn.obj
|
||||||
|
copy ..\common\$D\rgncmn.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\sckaddr.obj
|
||||||
@@ -830,9 +833,9 @@ $(COMLIBOBJS3):
|
|||||||
copy ..\common\$D\wincmn.obj
|
copy ..\common\$D\wincmn.obj
|
||||||
copy ..\common\$D\wxchar.obj
|
copy ..\common\$D\wxchar.obj
|
||||||
copy ..\common\$D\wxexpr.obj
|
copy ..\common\$D\wxexpr.obj
|
||||||
copy ..\common\$D\xpmdecod.obj
|
|
||||||
|
|
||||||
$(COMLIBOBJS4):
|
$(COMLIBOBJS4):
|
||||||
|
copy ..\common\$D\xpmdecod.obj
|
||||||
copy ..\common\$D\y_tab.obj
|
copy ..\common\$D\y_tab.obj
|
||||||
copy ..\common\$D\zipstrm.obj
|
copy ..\common\$D\zipstrm.obj
|
||||||
copy ..\common\$D\zstream.obj
|
copy ..\common\$D\zstream.obj
|
||||||
@@ -1198,9 +1201,9 @@ clean: $(PERIPH_CLEAN_TARGET) clean_png clean_zlib clean_jpeg clean_tiff
|
|||||||
rd ..\common\$D
|
rd ..\common\$D
|
||||||
rd ..\html\$D
|
rd ..\html\$D
|
||||||
rd ..\os2\$D
|
rd ..\os2\$D
|
||||||
del $(LIBTARGET)
|
del ..\lib\wx.lib
|
||||||
!if "$(WXMAKINGDLL)" == "1"
|
!if "$(WXMAKINGDLL)" == "1"
|
||||||
erase /N ..\..\lib\wx24.lib
|
del ..\lib\wx24.lib
|
||||||
!endif
|
!endif
|
||||||
erase /N $(COMMDIR)\y_tab.c
|
erase /N $(COMMDIR)\y_tab.c
|
||||||
erase /N $(COMMDIR)\lex_yy.c
|
erase /N $(COMMDIR)\lex_yy.c
|
||||||
|
@@ -228,7 +228,12 @@ void wxRadioButton::SetValue(
|
|||||||
wxCHECK_RET(pNodeThis, _T("radio button not a child of its parent?"));
|
wxCHECK_RET(pNodeThis, _T("radio button not a child of its parent?"));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Turn off all radio buttons before this one
|
// If it's not the first item of the group ...
|
||||||
|
//
|
||||||
|
if ( !HasFlag(wxRB_GROUP) )
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// ...turn off all radio buttons before this one
|
||||||
//
|
//
|
||||||
for ( wxWindowList::Node* pNodeBefore = pNodeThis->GetPrevious();
|
for ( wxWindowList::Node* pNodeBefore = pNodeThis->GetPrevious();
|
||||||
pNodeBefore;
|
pNodeBefore;
|
||||||
@@ -255,6 +260,7 @@ void wxRadioButton::SetValue(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// ... and all after this one
|
// ... and all after this one
|
||||||
|
@@ -224,6 +224,7 @@ bool wxScrollBar::OS2OnScroll (
|
|||||||
,m_windowId
|
,m_windowId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
vEvent.SetOrientation(IsVertical() ? wxVERTICAL : wxHORIZONTAL);
|
||||||
vEvent.SetPosition(nPosition);
|
vEvent.SetPosition(nPosition);
|
||||||
vEvent.SetEventObject(this);
|
vEvent.SetEventObject(this);
|
||||||
return GetEventHandler()->ProcessEvent(vEvent);
|
return GetEventHandler()->ProcessEvent(vEvent);
|
||||||
|
@@ -49,6 +49,8 @@ wxArraySpins wxSpinCtrl::m_svAllSpins;
|
|||||||
IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
|
IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
|
BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
|
||||||
|
EVT_CHAR(wxSpinCtrl::OnChar)
|
||||||
|
EVT_SET_FOCUS(wxSpinCtrl::OnSetFocus)
|
||||||
EVT_SPIN(-1, wxSpinCtrl::OnSpinChange)
|
EVT_SPIN(-1, wxSpinCtrl::OnSpinChange)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -404,6 +406,18 @@ void wxSpinCtrl::OnSpinChange(
|
|||||||
}
|
}
|
||||||
} // end of wxSpinCtrl::OnSpinChange
|
} // end of wxSpinCtrl::OnSpinChange
|
||||||
|
|
||||||
|
void wxSpinCtrl::OnSetFocus (
|
||||||
|
wxFocusEvent& rEvent
|
||||||
|
)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// When we get focus, give it to our buddy window as it needs it more than
|
||||||
|
// we do
|
||||||
|
//
|
||||||
|
::WinSetFocus(HWND_DESKTOP, (HWND)m_hWndBuddy);
|
||||||
|
rEvent.Skip();
|
||||||
|
} // end of wxSpinCtrl::OnSetFocus
|
||||||
|
|
||||||
bool wxSpinCtrl::ProcessTextCommand(
|
bool wxSpinCtrl::ProcessTextCommand(
|
||||||
WXWORD wCmd
|
WXWORD wCmd
|
||||||
, WXWORD wId
|
, WXWORD wId
|
||||||
|
@@ -121,6 +121,7 @@ wxSize wxStaticText::DoGetBestSize() const
|
|||||||
int nHeightLineDefault = 0;
|
int nHeightLineDefault = 0;
|
||||||
int nHeightLine = 0;
|
int nHeightLine = 0;
|
||||||
wxString sCurLine;
|
wxString sCurLine;
|
||||||
|
bool bLastWasAmpersand = FALSE;
|
||||||
|
|
||||||
for (const wxChar *pc = sText; ; pc++)
|
for (const wxChar *pc = sText; ; pc++)
|
||||||
{
|
{
|
||||||
@@ -161,6 +162,29 @@ wxSize wxStaticText::DoGetBestSize() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
//
|
||||||
|
// We shouldn't take into account the '&' which just introduces the
|
||||||
|
// mnemonic characters and so are not shown on the screen -- except
|
||||||
|
// when it is preceded by another '&' in which case it stands for a
|
||||||
|
// literal ampersand
|
||||||
|
//
|
||||||
|
if (*pc == _T('&'))
|
||||||
|
{
|
||||||
|
if (!bLastWasAmpersand)
|
||||||
|
{
|
||||||
|
bLastWasAmpersand = TRUE;
|
||||||
|
|
||||||
|
//
|
||||||
|
// Skip the statement adding pc to curLine below
|
||||||
|
//
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// It is a literal ampersand
|
||||||
|
//
|
||||||
|
bLastWasAmpersand = FALSE;
|
||||||
|
}
|
||||||
sCurLine += *pc;
|
sCurLine += *pc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -507,6 +507,16 @@ void wxTextCtrl::SetInsertionPointEnd()
|
|||||||
{
|
{
|
||||||
long lPos = GetLastPosition();
|
long lPos = GetLastPosition();
|
||||||
|
|
||||||
|
//
|
||||||
|
// We must not do anything if the caret is already there because calling
|
||||||
|
// SetInsertionPoint() thaws the controls if Freeze() had been called even
|
||||||
|
// if it doesn't actually move the caret anywhere and so the simple fact of
|
||||||
|
// doing it results in horrible flicker when appending big amounts of text
|
||||||
|
// to the control in a few chunks (see DoAddText() test in the text sample)
|
||||||
|
//
|
||||||
|
if (GetInsertionPoint() == GetLastPosition())
|
||||||
|
return;
|
||||||
|
|
||||||
SetInsertionPoint(lPos);
|
SetInsertionPoint(lPos);
|
||||||
} // end of wxTextCtrl::SetInsertionPointEnd
|
} // end of wxTextCtrl::SetInsertionPointEnd
|
||||||
|
|
||||||
|
@@ -801,7 +801,7 @@ void wxTopLevelWindowOS2::Maximize(
|
|||||||
// We can't maximize the hidden frame because it shows it as well, so
|
// We can't maximize the hidden frame because it shows it as well, so
|
||||||
// just remember that we should do it later in this case
|
// just remember that we should do it later in this case
|
||||||
//
|
//
|
||||||
m_bMaximizeOnShow = TRUE;
|
m_bMaximizeOnShow = bMaximize;
|
||||||
}
|
}
|
||||||
} // end of wxTopLevelWindowOS2::Maximize
|
} // end of wxTopLevelWindowOS2::Maximize
|
||||||
|
|
||||||
|
@@ -2126,6 +2126,8 @@ EXPORTS
|
|||||||
__vft12wxFileConfig12wxConfigBase
|
__vft12wxFileConfig12wxConfigBase
|
||||||
;wxFileConfigEntry::wxFileConfigEntry(wxFileConfigGroup*,const wxString&,int)
|
;wxFileConfigEntry::wxFileConfigEntry(wxFileConfigGroup*,const wxString&,int)
|
||||||
__ct__17wxFileConfigEntryFP17wxFileConfigGroupRC8wxStringi
|
__ct__17wxFileConfigEntryFP17wxFileConfigGroupRC8wxStringi
|
||||||
|
;wxFileConfigGroup::SetLastEntry(wxFileConfigEntry*)
|
||||||
|
SetLastEntry__17wxFileConfigGroupFP17wxFileConfigEntry
|
||||||
;wxFileConfig::~wxFileConfig()
|
;wxFileConfig::~wxFileConfig()
|
||||||
__dt__12wxFileConfigFv
|
__dt__12wxFileConfigFv
|
||||||
;wxFileConfigGroup::SetDirty()
|
;wxFileConfigGroup::SetDirty()
|
||||||
@@ -2312,10 +2314,10 @@ EXPORTS
|
|||||||
GetHomeDir__10wxFileNameFv
|
GetHomeDir__10wxFileNameFv
|
||||||
;wxFileName::AppendDir(const wxString&)
|
;wxFileName::AppendDir(const wxString&)
|
||||||
AppendDir__10wxFileNameFRC8wxString
|
AppendDir__10wxFileNameFRC8wxString
|
||||||
;wxFileName::SplitPath(const wxString&,wxString*,wxString*,wxString*,wxString*,wxPathFormat)
|
|
||||||
SplitPath__10wxFileNameFRC8wxStringP8wxStringN3212wxPathFormat
|
|
||||||
;wxFileName::Normalize(int,const wxString&,wxPathFormat)
|
;wxFileName::Normalize(int,const wxString&,wxPathFormat)
|
||||||
Normalize__10wxFileNameFiRC8wxString12wxPathFormat
|
Normalize__10wxFileNameFiRC8wxString12wxPathFormat
|
||||||
|
;wxFileName::SplitPath(const wxString&,wxString*,wxString*,wxString*,wxString*,wxPathFormat)
|
||||||
|
SplitPath__10wxFileNameFRC8wxStringP8wxStringN3212wxPathFormat
|
||||||
;wxFileName::MakeRelativeTo(const wxString&,wxPathFormat)
|
;wxFileName::MakeRelativeTo(const wxString&,wxPathFormat)
|
||||||
MakeRelativeTo__10wxFileNameFRC8wxString12wxPathFormat
|
MakeRelativeTo__10wxFileNameFRC8wxString12wxPathFormat
|
||||||
;wxFileName::AssignDir(const wxString&,wxPathFormat)
|
;wxFileName::AssignDir(const wxString&,wxPathFormat)
|
||||||
@@ -3221,11 +3223,13 @@ EXPORTS
|
|||||||
__vft7wxImage8wxObject
|
__vft7wxImage8wxObject
|
||||||
;wxImage::Rotate(double,const wxPoint&,unsigned long,wxPoint*) const
|
;wxImage::Rotate(double,const wxPoint&,unsigned long,wxPoint*) const
|
||||||
Rotate__7wxImageCFdRC7wxPointUlP7wxPoint
|
Rotate__7wxImageCFdRC7wxPointUlP7wxPoint
|
||||||
;wxImage::Replace(unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char)
|
;wxImage::ShrinkBy(int,int) const
|
||||||
Replace__7wxImageFUcN51
|
ShrinkBy__7wxImageCFiT1
|
||||||
wxNullImage
|
wxNullImage
|
||||||
;wxImage::SaveFile(const wxString&,const wxString&) const
|
;wxImage::SaveFile(const wxString&,const wxString&) const
|
||||||
SaveFile__7wxImageCFRC8wxStringT1
|
SaveFile__7wxImageCFRC8wxStringT1
|
||||||
|
;wxImage::Replace(unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char)
|
||||||
|
Replace__7wxImageFUcN51
|
||||||
;wxImage::LoadFile(const wxString&,const wxString&,int)
|
;wxImage::LoadFile(const wxString&,const wxString&,int)
|
||||||
LoadFile__7wxImageFRC8wxStringT1i
|
LoadFile__7wxImageFRC8wxStringT1i
|
||||||
;wxImageRefData::wxImageRefData()
|
;wxImageRefData::wxImageRefData()
|
||||||
@@ -4818,6 +4822,12 @@ EXPORTS
|
|||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
;wxRadioBoxBase::GetNextItem(int,wxDirection,long) const
|
;wxRadioBoxBase::GetNextItem(int,wxDirection,long) const
|
||||||
GetNextItem__14wxRadioBoxBaseCFi11wxDirectionl
|
GetNextItem__14wxRadioBoxBaseCFi11wxDirectionl
|
||||||
|
;From object file: ..\common\rgncmn.cpp
|
||||||
|
;PUBDEFs (Symbols available from object file):
|
||||||
|
;wxRegion::Union(const wxBitmap&,const wxColour&,int)
|
||||||
|
Union__8wxRegionFRC8wxBitmapRC8wxColouri
|
||||||
|
;wxRegion::ConvertToBitmap() const
|
||||||
|
ConvertToBitmap__8wxRegionCFv
|
||||||
;From object file: ..\common\regex.cpp
|
;From object file: ..\common\regex.cpp
|
||||||
;PUBDEFs (Symbols available from object file):
|
;PUBDEFs (Symbols available from object file):
|
||||||
;wxRegEx::Replace(wxString*,const wxString&,unsigned int) const
|
;wxRegEx::Replace(wxString*,const wxString&,unsigned int) const
|
||||||
@@ -11318,6 +11328,8 @@ EXPORTS
|
|||||||
HasParam__9wxHtmlTagCFRC8wxString
|
HasParam__9wxHtmlTagCFRC8wxString
|
||||||
;wxHtmlTagsCache::QueryTag(int,int*,int*)
|
;wxHtmlTagsCache::QueryTag(int,int*,int*)
|
||||||
QueryTag__15wxHtmlTagsCacheFiPiT2
|
QueryTag__15wxHtmlTagsCacheFiPiT2
|
||||||
|
;wxIsCDATAElement(const char*)
|
||||||
|
wxIsCDATAElement__FPCc
|
||||||
;wxHtmlTag::~wxHtmlTag()
|
;wxHtmlTag::~wxHtmlTag()
|
||||||
__dt__9wxHtmlTagFv
|
__dt__9wxHtmlTagFv
|
||||||
;wxHtmlTag::GetFirstSibling() const
|
;wxHtmlTag::GetFirstSibling() const
|
||||||
@@ -11407,6 +11419,8 @@ EXPORTS
|
|||||||
__as__18wxHtmlHistoryArrayFRC18wxHtmlHistoryArray
|
__as__18wxHtmlHistoryArrayFRC18wxHtmlHistoryArray
|
||||||
;wxHtmlWindow::SetRelatedStatusBar(int)
|
;wxHtmlWindow::SetRelatedStatusBar(int)
|
||||||
SetRelatedStatusBar__12wxHtmlWindowFi
|
SetRelatedStatusBar__12wxHtmlWindowFi
|
||||||
|
;wxHtmlWindow::LoadFile(const wxFileName&)
|
||||||
|
LoadFile__12wxHtmlWindowFRC10wxFileName
|
||||||
;wxHtmlWindow::CleanUpStatics()
|
;wxHtmlWindow::CleanUpStatics()
|
||||||
CleanUpStatics__12wxHtmlWindowFv
|
CleanUpStatics__12wxHtmlWindowFv
|
||||||
;wxHtmlWindow::LoadPage(const wxString&)
|
;wxHtmlWindow::LoadPage(const wxString&)
|
||||||
@@ -11483,10 +11497,12 @@ EXPORTS
|
|||||||
__dt__14wxHtmlPrintoutFv
|
__dt__14wxHtmlPrintoutFv
|
||||||
;wxHtmlEasyPrinting::PageSetup()
|
;wxHtmlEasyPrinting::PageSetup()
|
||||||
PageSetup__18wxHtmlEasyPrintingFv
|
PageSetup__18wxHtmlEasyPrintingFv
|
||||||
;wxHtmlPrintout::RenderPage(wxDC*,int)
|
;wxHtmlDCRenderer::SetFonts(wxString,wxString,const int*)
|
||||||
RenderPage__14wxHtmlPrintoutFP4wxDCi
|
SetFonts__16wxHtmlDCRendererF8wxStringT1PCi
|
||||||
;wxHtmlPrintout::SetHeader(const wxString&,int)
|
;wxHtmlPrintout::SetHeader(const wxString&,int)
|
||||||
SetHeader__14wxHtmlPrintoutFRC8wxStringi
|
SetHeader__14wxHtmlPrintoutFRC8wxStringi
|
||||||
|
;wxHtmlPrintout::RenderPage(wxDC*,int)
|
||||||
|
RenderPage__14wxHtmlPrintoutFP4wxDCi
|
||||||
;wxHtmlEasyPrinting::PreviewText(const wxString&,const wxString&)
|
;wxHtmlEasyPrinting::PreviewText(const wxString&,const wxString&)
|
||||||
PreviewText__18wxHtmlEasyPrintingFRC8wxStringT1
|
PreviewText__18wxHtmlEasyPrintingFRC8wxStringT1
|
||||||
;wxHtmlDCRenderer::GetTotalHeight()
|
;wxHtmlDCRenderer::GetTotalHeight()
|
||||||
@@ -11499,6 +11515,8 @@ EXPORTS
|
|||||||
OnBeginDocument__14wxHtmlPrintoutFiT1
|
OnBeginDocument__14wxHtmlPrintoutFiT1
|
||||||
;wxHtmlEasyPrinting::SetFooter(const wxString&,int)
|
;wxHtmlEasyPrinting::SetFooter(const wxString&,int)
|
||||||
SetFooter__18wxHtmlEasyPrintingFRC8wxStringi
|
SetFooter__18wxHtmlEasyPrintingFRC8wxStringi
|
||||||
|
;wxHtmlPrintout::SetFonts(wxString,wxString,const int*)
|
||||||
|
SetFonts__14wxHtmlPrintoutF8wxStringT1PCi
|
||||||
;wxHtmlPrintout::GetPageInfo(int*,int*,int*,int*)
|
;wxHtmlPrintout::GetPageInfo(int*,int*,int*,int*)
|
||||||
GetPageInfo__14wxHtmlPrintoutFPiN31
|
GetPageInfo__14wxHtmlPrintoutFPiN31
|
||||||
;wxHtmlEasyPrinting::DoPreview(wxHtmlPrintout*,wxHtmlPrintout*)
|
;wxHtmlEasyPrinting::DoPreview(wxHtmlPrintout*,wxHtmlPrintout*)
|
||||||
@@ -14312,6 +14330,8 @@ EXPORTS
|
|||||||
SetFocus__10wxSpinCtrlFv
|
SetFocus__10wxSpinCtrlFv
|
||||||
;wxSpinCtrl::SetValue(const wxString&)
|
;wxSpinCtrl::SetValue(const wxString&)
|
||||||
SetValue__10wxSpinCtrlFRC8wxString
|
SetValue__10wxSpinCtrlFRC8wxString
|
||||||
|
;wxSpinCtrl::OnSetFocus(wxFocusEvent&)
|
||||||
|
OnSetFocus__10wxSpinCtrlFR12wxFocusEvent
|
||||||
;wxSpinCtrl::sm_classwxSpinCtrl
|
;wxSpinCtrl::sm_classwxSpinCtrl
|
||||||
sm_classwxSpinCtrl__10wxSpinCtrl
|
sm_classwxSpinCtrl__10wxSpinCtrl
|
||||||
;wxSpinCtrl::m_svAllSpins
|
;wxSpinCtrl::m_svAllSpins
|
||||||
|
Reference in New Issue
Block a user