]>
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,
93 // ----------------------------------------------------------------------------
95 // ----------------------------------------------------------------------------
97 //! global application name
98 extern wxString
*g_appname
;
100 #if wxUSE_PRINTING_ARCHITECTURE
102 //! global print data, to remember settings during the session
103 extern wxPrintData
*g_printData
;
104 extern wxPageSetupData
*g_pageSetupData
;
106 #endif // wxUSE_PRINTING_ARCHITECTURE
108 #endif // _WX_DEFSEXT_H_