wxExtend
Additional templates and function helpers for wxWidgets
Loading...
Searching...
No Matches
framemanager.h
1/*
2 ​​​SPDX-License-Identifier: GPL-3.0-or-later
3 Copyright © 2015-2022 Amebis
4 Copyright © 2016 GÉANT
5*/
6
7#pragma once
8
9#include "../common.h"
10
11#include <codeanalysis\warnings.h>
12#pragma warning(push)
13#pragma warning(disable: WXWIDGETS_CODE_ANALYSIS_WARNINGS)
14#include <wx/aui/framemanager.h>
15#include <wx/string.h>
16#pragma warning(pop)
17
20
31bool WXEXTEND_API wxAuiManagerUpdatePerspectiveCaptions(wxAuiManager& mgr, wxString& perspective);
32
#define WXEXTEND_API
Public function calling convention.
Definition common.h:56
bool WXEXTEND_API wxAuiManagerUpdatePerspectiveCaptions(wxAuiManager &mgr, wxString &perspective)
Updates perspective captions with matching captions from panes.
Definition framemanager.cpp:10