#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/colordlg.h>
#include <wx/filename.h>
#include <wx/image.h>
#include <wx/notebook.h>
#include <wx/splitter.h>
#include <wx/treectrl.h>
#include <wx/txtstrm.h>
#include <wx/settings.h>
#include "dlgConf.hpp"
#include "cmdlnopt.hpp"
#include "comdefs.hpp"
#include "appprefs.hpp"
#include "language.hpp"
#include "utils.hpp"
#include "compat.hpp"
Include dependency graph for dlgConf.cpp:
Go to the source code of this file.
Classes | |
class | dlgConfigure::TreePagesItemData |
Data for the tree of configuration pages. More... | |
Functions | |
wxBitmap | createBitmapForButton (const wxColour &colour, wxWindow *window) |
Creates a bitmap of uniform colour for a bitmap button. |
Definition in file dlgConf.cpp.
|
Creates a bitmap of uniform colour for a bitmap button. The size is (3*size_of_char, 1*size_of_char).
Definition at line 116 of file dlgConf.cpp. Referenced by dlgConfigure::btnMCColoursClick(), and dlgConfigure::createControls(). |