See GreekDlg.cpp for more info.
Definition in file GreekDlg.h.
#include "mg/MathWnd.h"
#include "mg/MathBox.h"
#include "mg/PaletteDlg.h"
#include <wx/minifram.h>
Go to the source code of this file.
Defines | |
#define | GREEKDLG_ALPHABET_LENGHT 24 |
The number of small and capital letters in the greek alphabet which are shown in this dialog window. | |
#define | GREEKDLG_GRID_COLUMNS 12 |
The number of the columns of buttons of the dialog: it should be a multiple or a divisor of GREEKDLG_ALPHABET_LENGHT. | |
#define | GREEKDLG_GRID_ROWS (GREEKDLG_ALPHABET_LENGHT/GREEKDLG_GRID_COLUMNS) |
#define | GREEKDLG_FONT_POINTSIZE 13 |
The point size of the font used to draw the greek symbols on the buttons (untied from the point size of the font used to draw the symbol in the mathboxes). | |
#define | GREEKDLG_BUTTON_MINWIDTH 20 |
The minimum size of the buttons of the panel. | |
#define | GREEKDLG_BUTTON_MINHEIGHT 24 |
#define | IDC_GREEKDLG_SMALLBUTTONS mgGREEKDLG_BASEID |
The buttons base ID (there are GREEKDLG_ALPHABET_LENGHT*2 buttons). | |
#define | IDC_GREEKDLG_CAPITALBUTTONS mgGREEKDLG_BASEID+GREEKDLG_ALPHABET_LENGHT |
[ Top ] |