]>
git.saurik.com Git - wxWidgets.git/blob - samples/stc/defsext.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: defsext.h extensions
3 // Purpose: STC test declarations
7 // Copyright: (c) wxGuide
8 // Licence: wxWindows licence
9 //////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_DEFSEXT_H_
12 #define _WX_DEFSEXT_H_
14 //----------------------------------------------------------------------------
16 //----------------------------------------------------------------------------
19 #include "wx/print.h" // printing support
20 #include "wx/printdlg.h" // printing dialog
23 //============================================================================
25 //============================================================================
27 #define DEFAULT_LANGUAGE _("<default>")
29 #define PAGE_COMMON _("Common")
30 #define PAGE_LANGUAGES _("Languages")
31 #define PAGE_STYLE_TYPES _("Style types")
33 #define STYLE_TYPES_COUNT 32
36 // ----------------------------------------------------------------------------
38 // ----------------------------------------------------------------------------
42 myID_PROPERTIES
= wxID_HIGHEST
,
65 myID_HILIGHTLAST
= myID_HILIGHTFIRST
+ 99,
92 // ----------------------------------------------------------------------------
94 // ----------------------------------------------------------------------------
96 //! global application name
97 extern wxString
*g_appname
;
99 #if wxUSE_PRINTING_ARCHITECTURE
101 //! global print data, to remember settings during the session
102 extern wxPrintData
*g_printData
;
103 extern wxPageSetupData
*g_pageSetupData
;
105 #endif // wxUSE_PRINTING_ARCHITECTURE
107 #endif // _WX_DEFSEXT_H_