#include <mw/aknlists.h>
| class CAknPinbStyleGrid : public CAknGrid |
| Public Member Functions | |
|---|---|
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| virtual IMPORT_C TSize | MinimumSize() |
| virtual IMPORT_C void | SizeChanged() |
| Inherited Enumerations | |
|---|---|
| CCoeControl:TZoomType | |
| CEikListBox:@160 | |
| CEikListBox:TFlags | |
| CEikListBox:TReasonForFocusLost | |
| CEikListBox:TScrollBarOwnerShip | |
grid_app_pane Application Shell uses this (note that part of layout needs to be done inside application -- the listbox will not be in correct position on the screen by just using this -- see listapp)
list item string format: "1\tLabel" list item string format: "1\tLabel\t1" grid_pinb_pane
list item string format: "1" list item string format: "1\t1" list item string format: "1\t1\t1" list item string format: "1\t\t1"
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CAknGrid::HandlePointerEventL(const TPointerEvent &)
From CCoeControl. Handles pointer events
| IMPORT_C TSize | MinimumSize | ( | ) | [virtual] |
Reimplemented from CEikListBox::MinimumSize()
Determines size of the grid for use in dialogs.
| IMPORT_C void | SizeChanged | ( | ) | [virtual] |
Reimplemented from CAknGrid::SizeChanged()
Determines layout of the grid