summaryrefslogtreecommitdiff
path: root/symbian/PerlUi.hrh
blob: edb657d9e21d08c092d28b1319cc9b9749f9349d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (c) 2005 Nokia.  All rights reserved. */

/* The PerlUi class is licensed under the same terms as Perl itself. */

#ifndef __PerlUi_HRH__
#define __PerlUi_HRH__

enum TPerlUiIds
{
    EPerlUiTextQueryInputField        = 2048,
    EPerlUiLast                       = 2099  // no comma here
};

#endif // __PerlUi_HRH__