Pattern Selection Dialog. More...
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include "private.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "expando/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "expando.h"
#include "functions.h"
#include "mutt_logging.h"
#include "pattern_data.h"
Go to the source code of this file.
Functions | |
static int | pattern_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Create a Pattern for the Menu - Implements Menu::make_entry() -. | |
static void | create_pattern_entries (struct PatternEntryArray *pea) |
Create the Pattern Entries. | |
static int | pattern_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | pattern_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
bool | dlg_pattern (struct Buffer *buf) |
Show menu to select a Pattern -. | |
Variables | |
static const struct Mapping | PatternHelp [] |
Help Bar for the Pattern selection dialog. | |
Pattern Selection Dialog.
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 dlg_pattern.c.
|
static |
Create the Pattern Entries.
pea | Pattern Entry Array to fill |
Definition at line 125 of file dlg_pattern.c.