21#ifndef _DIALOG_CONFIGURE_PATHS_H_
22#define _DIALOG_CONFIGURE_PATHS_H_
27#include <wx/valtext.h>
29#include <../common/dialogs/dialog_configure_paths_base.h>
46 void OnUpdateUI( wxUpdateUIEvent& event )
override;
50 void OnHelp( wxCommandEvent& event )
override;
52 void AppendEnvVar(
const wxString& aName,
const wxString& aPath,
bool isExternal );
53 void AppendSearchPath(
const wxString& aName,
const wxString& aPath,
const wxString& aDesc );
Add dark theme support to wxHtmlWindow.