Merge branch 'master' into webview_script_message

This commit is contained in:
Tobias Taschner
2021-03-01 09:57:13 +01:00
committed by GitHub
23 changed files with 477 additions and 296 deletions

View File

@@ -67,6 +67,12 @@ private:
// Return the GtkLabel used by this button.
GtkLabel *GTKGetLabel() const;
#ifndef __WXGTK3__
// To mark if special GTK style for buttons with wxBU_EXACTFIT flag
// was already defined.
static bool m_exactFitStyleDefined;
#endif // !__WXGTK3__
wxDECLARE_DYNAMIC_CLASS(wxButton);
};