25#ifndef _DIALOG_CONFIGURE_PATHS_H_
26#define _DIALOG_CONFIGURE_PATHS_H_
31#include <wx/valtext.h>
33#include <../common/dialogs/dialog_configure_paths_base.h>
50 void OnUpdateUI( wxUpdateUIEvent& event )
override;
54 void OnHelp( wxCommandEvent& event )
override;
56 void AppendEnvVar(
const wxString& aName,
const wxString& aPath,
bool isExternal );
57 void AppendSearchPath(
const wxString& aName,
const wxString& aPath,
const wxString& aDesc );
Add dark theme support to wxHtmlWindow.