javauis/lcdui_akn/javalcdui/inc.nokialcdui/MMIDTextEditor.h
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    62         // The editor cannot scroll up anymore.
    62         // The editor cannot scroll up anymore.
    63         EActionScrollUp = 0x200,
    63         EActionScrollUp = 0x200,
    64         // The editor cannot scroll down anymore.
    64         // The editor cannot scroll down anymore.
    65         EActionScrollDown = 0x400,
    65         EActionScrollDown = 0x400,
    66         // The scrollbar should be updated
    66         // The scrollbar should be updated
    67         EActionScrollbarChange = 0x800
    67         EActionScrollbarChange = 0x800,
       
    68         // The partial virtual keyboard is opened
       
    69         EActionPartialInputEnabled = 0x1000,
       
    70         // The partial virtual keyboard is closed
       
    71         EActionPartialInputDisabled = 0x2000
    68     };
    72     };
    69 
    73 
    70 public: // New methods
    74 public: // New methods
    71 
    75 
    72     /**
    76     /**