The Index Panel is a non-interactive container around the email list and a status bar.
| Name | Type | Constructor |
|---|---|---|
| Index Panel | WT_INDEX | ipanel_new() |
Parent
Children
Once constructed, it is controlled by the following events:
| Event Type | Handler |
|---|---|
| NT_CONFIG | ipanel_config_observer() |
| NT_WINDOW | ipanel_window_observer() |
The Index Panel does not implement MuttWindow::recalc() or MuttWindow::repaint().
| Function | Description | Links |
|---|---|---|
| ipanel_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
| ipanel_new() | Create the Windows for the Index panel | |
| ipanel_window_observer() | Notification that a Window has changed | observer_t, observer_api |