mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-09-03 17:01:03 +00:00
filter fix (#26)
This commit is contained in:
@@ -31,6 +31,9 @@ Theme inferThemeFromWindow(const wxWindow* window);
|
||||
void applyThemeToWindowTree(wxWindow* root, const ThemePalette& palette, Theme theme);
|
||||
// Force palette colors onto a text input (incl. MSW dark-mode typed-text fix).
|
||||
void applyPaletteToTextCtrl(wxTextCtrl* text, const ThemePalette& palette, Theme theme);
|
||||
// Empty-state cue that is never part of GetValue(). Required for wxTE_RICH2 on
|
||||
// MSW: SetHint() has no cue-banner there and wx writes the string as real text.
|
||||
void installTextCtrlPlaceholder(wxTextCtrl* text, const wxString& hint);
|
||||
void themeModalDialog(wxDialog* dlg, Theme theme);
|
||||
int showThemedMessageDialog(wxWindow* parent, const wxString& message, const wxString& caption, long style);
|
||||
int showThemedConfirmDialog(wxWindow* parent, const wxString& message, const wxString& caption);
|
||||
|
||||
Reference in New Issue
Block a user