Pager Panel. More...
#include "config.h"
#include <stdbool.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "pbar.h"
#include "private_data.h"
Go to the source code of this file.
Functions | |
static int | ppanel_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | ppanel_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
struct MuttWindow * | ppanel_new (bool status_on_top, struct IndexSharedData *shared) |
Create the Windows for the Pager panel. | |
Pager 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 ppanel.c.
struct MuttWindow * ppanel_new | ( | bool | status_on_top, |
struct IndexSharedData * | shared | ||
) |
Create the Windows for the Pager panel.
status_on_top | true, if the Pager bar should be on top |
shared | Shared Index data |
ptr | New Pager Panel |
Definition at line 133 of file ppanel.c.