Index Panel. More...
#include "config.h"
#include <stdbool.h>
#include "private.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "ibar.h"
#include "private_data.h"
Go to the source code of this file.
Functions | |
static int | ipanel_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | ipanel_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
struct MuttWindow * | ipanel_new (bool status_on_top, struct IndexSharedData *shared) |
Create the Windows for the Index panel. | |
Index Panel.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file ipanel.c.
struct MuttWindow * ipanel_new | ( | bool | status_on_top, |
struct IndexSharedData * | shared | ||
) |
Create the Windows for the Index panel.
status_on_top | true, if the Index bar should be on top |
shared | Shared Index data |
ptr | New Index Panel |
Definition at line 121 of file ipanel.c.