wxMaxima
|
The configuration dialog. More...
#include "precomp.h"
#include <wx/wx.h>
#include "BinaryNameCtrl.h"
#include <wx/image.h>
#include <wx/grid.h>
#include <wx/hashmap.h>
#include <wx/clrpicker.h>
#include <memory>
#include <wx/propdlg.h>
#include <wx/generic/propdlg.h>
#include <wx/spinctrl.h>
#include <wx/notebook.h>
#include <wx/imaglist.h>
#include <wx/bookctrl.h>
#include <wx/artprov.h>
#include <unordered_map>
#include "cells/TextStyle.h"
#include "../Worksheet.h"
#include "../Configuration.h"
Go to the source code of this file.
Data Structures | |
class | ConfigDialogue |
The configuration dialog. More... | |
Variables | |
unsigned int | view_refresh_svg_gz_len |
unsigned char | view_refresh_svg_gz [] |
The configuration dialog.
This file contains the code for ConfigDialogue, the class that handles the preferences dialog. The preferences themself will be read directly using config->Read
, instead, where needed or from Configuration.