|
wxArt2D
|
for choosing a a2dCanvasObject from a list. More...
#include "wx/wx.h"#include "wx/canvas/algos.h"#include "wx/canvas/sttool.h"#include "wx/general/genmod.h"

Go to the source code of this file.
Classes | |
| class | a2dCanvasObjectsDialog |
| class | a2dCanvasObjectsChooseDialog |
| class | CanvasFillDialog |
| to choose fill More... | |
| class | PenDialog |
| pen dialog fro choosing a stroke. More... | |
| class | LogicalFunction |
| to choose the way drawing is done ( not yet implemented ). More... | |
| class | FillPatterns |
| class | PatternDialog |
| choose a fill pattern More... | |
Macros | |
| #define | ID_DIALOG 10000 |
| #define | SYMBOL_A2DCANVASOBJECTSDIALOG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
| #define | SYMBOL_A2DCANVASOBJECTSDIALOG_TITLE _("Choose Canvas Object") |
| #define | SYMBOL_A2DCANVASOBJECTSDIALOG_IDNAME ID_DIALOG |
| #define | SYMBOL_A2DCANVASOBJECTSDIALOG_SIZE wxSize(400, 300) |
| #define | SYMBOL_A2DCANVASOBJECTSDIALOG_POSITION wxDefaultPosition |
| #define | STRUCT_ID_STATIC 10001 |
| #define | STRUCT_ID_LISTBOX 10002 |
| #define | STRUCT_ID_HIDE 10003 |
| #define | STRUCT_ID_APPLY 10004 |
| #define | ID_DIALOGCHOOSE 10090 |
| #define | SYMBOL_A2DCHOOSE_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
| #define | SYMBOL_A2DCHOOSE_TITLE _("Choose Canvas Object") |
| #define | SYMBOL_A2DCHOOSE_IDNAME ID_DIALOGCHOOSE |
| #define | SYMBOL_A2DCHOOSE_SIZE wxSize(400, 800) |
| #define | SYMBOL_A2DCHOOSE_POSITION wxDefaultPosition |
| #define | CHOOSE_ID_STATIC ID_DIALOGCHOOSE + 1 |
| #define | CHOOSE_ID_LISTBOX ID_DIALOGCHOOSE + 2 |
| #define | CHOOSE_ID_HIDE ID_DIALOGCHOOSE + 3 |
| #define | CHOOSE_ID_APPLY ID_DIALOGCHOOSE + 4 |
| #define | NR_PATTERNS 72 |
for choosing a a2dCanvasObject from a list.
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file strucdlg.h.