elipsis for oversized pane captions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -834,7 +834,14 @@ bool wxAuiManager::AddPane(wxWindow* window, const wxAuiPaneInfo& pane_info)
|
||||
button.button_id = wxAUI_BUTTON_MAXIMIZE_RESTORE;
|
||||
pinfo.buttons.Add(button);
|
||||
}
|
||||
|
||||
|
||||
if (pinfo.HasPinButton())
|
||||
{
|
||||
wxAuiPaneButton button;
|
||||
button.button_id = wxAUI_BUTTON_PIN;
|
||||
pinfo.buttons.Add(button);
|
||||
}
|
||||
|
||||
if (pinfo.HasCloseButton())
|
||||
{
|
||||
wxAuiPaneButton button;
|
||||
|
Reference in New Issue
Block a user