Various wxMotif fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -214,6 +214,24 @@ bool wxNotebook::SetPageImage(int nPage, int nImage)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// set the size (the same for all pages)
|
||||
void wxNotebook::SetPageSize(const wxSize& size)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// set the padding between tabs (in pixels)
|
||||
void wxNotebook::SetPadding(const wxSize& padding)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// set the size of the tabs for wxNB_FIXEDWIDTH controls
|
||||
void wxNotebook::SetTabSize(const wxSize& sz)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxNotebook operations
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user