MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

NtbSheet.h File Reference

#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.


Define Documentation

#define EVT_PAGE_CLOSED id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( \
        EVT_COMMAND_PAGE_CLOSED,id, -1, \
        (wxObjectEventFunction)(wxEventFunction)(wxCommandEventFunction) \
        & fn, \
        (wxObject *) NULL \
    ),
Events from child windows.

These events notify the parent window of changes, so that it can update itself accordingly.

Definition at line 92 of file NtbSheet.h.

 

SourceForge Logo