X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1eb8caaa401d6a6a861c3e212a5652ff724a119..aa8cbe0b64fb84cadf0fbf7da1690a922085ca5f:/include/wx/dfb/wrapdfb.h diff --git a/include/wx/dfb/wrapdfb.h b/include/wx/dfb/wrapdfb.h index 30faa3b11e..da753b6063 100644 --- a/include/wx/dfb/wrapdfb.h +++ b/include/wx/dfb/wrapdfb.h @@ -434,6 +434,12 @@ struct wxIDirectFBWindow : public wxDfbWrapper bool SetStackingClass(DFBWindowStackingClass klass) { return Check(m_ptr->SetStackingClass(m_ptr, klass)); } + bool RaiseToTop() + { return Check(m_ptr->RaiseToTop(m_ptr)); } + + bool LowerToBottom() + { return Check(m_ptr->LowerToBottom(m_ptr)); } + wxIDirectFBSurfacePtr GetSurface() { IDirectFBSurface *s;