Shared code for the Alias and Query Dialogs. More...
#include "config.h"
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "gui/lib.h"
#include "gui.h"
#include "menu/lib.h"
#include "functions.h"
Go to the source code of this file.
Functions | |
int | alias_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
void | alias_set_title (struct MuttWindow *sbar, char *menu_name, char *limit) |
Create a title string for the Menu. | |
int | alias_recalc (struct MuttWindow *win) |
Recalculate the display of the Alias Window - Implements MuttWindow::recalc() -. | |
Shared code for the Alias and Query Dialogs.
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 gui.c.
void alias_set_title | ( | struct MuttWindow * | sbar, |
char * | menu_name, | ||
char * | limit | ||
) |
Create a title string for the Menu.
sbar | Simple Bar Window |
menu_name | Menu name |
limit | Limit being applied |
Definition at line 69 of file gui.c.