Sidebar observers
| Function | Description | Links |
|---|---|---|
| calc_divider() | Decide what actions are required for the divider | |
| sb_account_observer() | Notification that an Account has changed | observer_t, observer_api |
| sb_color_observer() | Notification that a Color has changed | observer_t, observer_api |
| sb_command_observer() | Notification that a Command has occurred | observer_t, observer_api |
| sb_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
| sb_index_observer() | Notification that the Index has changed | observer_t, observer_api |
| sb_init_data() | Initialise the Sidebar data | |
| sb_insertion_window_observer() | Notification that a Window has changed | observer_t, observer_api |
| sb_mailbox_observer() | Notification that a Mailbox has changed | observer_t, observer_api |
| sb_win_add_observers() | Add Observers to the Sidebar Window | |
| sb_win_init() | Initialise and insert the Sidebar Window | |
| sb_win_remove_observers() | Remove Observers from the Sidebar Window | |
| sb_window_observer() | Notification that a Window has changed | observer_t, observer_api |