10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/settings.h>
24#include <wx/bmpbuttn.h>
30#include <wx/statbox.h>
31#include <wx/listbox.h>
32#include <wx/html/htmlwin.h>
58 virtual void onSize( wxSizeEvent& event ) = 0;
69 DIALOG_PLUGIN_OPTIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER );
Class DIALOG_PLUGIN_OPTIONS_BASE.
wxButton * m_append_choice_button
virtual void onGridCellChange(wxGridEvent &event)=0
wxButton * m_sdbSizer1Cancel
virtual void onUpdateUI(wxUpdateUIEvent &event)=0
virtual void onDeleteRow(wxCommandEvent &event)=0
virtual void onSize(wxSizeEvent &event)=0
~DIALOG_PLUGIN_OPTIONS_BASE()
STD_BITMAP_BUTTON * m_delete_button
virtual void onAppendRow(wxCommandEvent &event)=0
virtual void onListBoxItemSelected(wxCommandEvent &event)=0
virtual void onAppendOption(wxCommandEvent &event)=0
virtual void onListBoxItemDoubleClicked(wxCommandEvent &event)=0
wxStdDialogButtonSizer * m_sdbSizer1
STD_BITMAP_BUTTON * m_append_button
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Add dark theme support to wxHtmlWindow.