wxAcceleratorTable();
wxAcceleratorTable(const wxString& rsResource); // Load from .rc resource
wxAcceleratorTable( int n
- ,wxAcceleratorEntry vaEntries[]
+ ,const wxAcceleratorEntry vaEntries[]
); // Load from array
// Copy constructors
WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;
+WXDLLEXPORT wxString wxPMTextToLabel(const wxString& rsTitle);
#endif
// _WX_ACCEL_H_