This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to CPAN-1.83_66.
[perl5.git] / symbian / PerlUi.hrh
1 /* Copyright (c) 2005 Nokia.  All rights reserved. */
2
3 /* The PerlUi class is licensed under the same terms as Perl itself. */
4
5 #ifndef __PerlUi_HRH__
6 #define __PerlUi_HRH__
7
8 enum TPerlUiIds
9 {
10     EPerlUiTextQueryInputField        = 2048,
11     EPerlUiLast                       = 2099  // no comma here
12 };
13
14 #endif // __PerlUi_HRH__