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_FP_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_FP_PLUGIN_OPTIONS_BASE.
wxStdDialogButtonSizer * m_sdbSizer1
virtual void onGridCellChange(wxGridEvent &event)=0
wxButton * m_append_choice_button
virtual void onUpdateUI(wxUpdateUIEvent &event)=0
virtual void onDeleteRow(wxCommandEvent &event)=0
virtual void onAppendRow(wxCommandEvent &event)=0
STD_BITMAP_BUTTON * m_delete_button
virtual void onListBoxItemSelected(wxCommandEvent &event)=0
virtual void onListBoxItemDoubleClicked(wxCommandEvent &event)=0
STD_BITMAP_BUTTON * m_append_button
wxButton * m_sdbSizer1Cancel
~DIALOG_FP_PLUGIN_OPTIONS_BASE()
DIALOG_FP_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)
virtual void onSize(wxSizeEvent &event)=0
virtual void onAppendOption(wxCommandEvent &event)=0
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Add dark theme support to wxHtmlWindow.