#include "../PnlFoglio/PnlFoglio.h"
#include <wx/textdlg.h>
Include dependency graph for NtbSheet.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | NtbSheet |
Sheet container. More... | |
Defines | |
#define | EVT_PAGE_CLOSED(id, fn) |
Events from child windows. |
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
EVT_COMMAND_PAGE_CLOSED,id, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxCommandEventFunction) \
& fn, \
(wxObject *) NULL \
),
These events notify the parent window of changes, so that it can update itself accordingly. Definition at line 92 of file NtbSheet.h. |