Compose Bar (status) More...
#include "config.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "email/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "cbar.h"
#include "color/lib.h"
#include "expando/lib.h"
#include "index/lib.h"
#include "cbar_data.h"
#include "expando.h"
#include "shared_data.h"
Go to the source code of this file.
Functions | |
static int | cbar_recalc (struct MuttWindow *win) |
Recalculate the Window data - Implements MuttWindow::recalc() -. | |
static int | cbar_repaint (struct MuttWindow *win) |
Repaint the Window - Implements MuttWindow::repaint() -. | |
int | cbar_color_observer (struct NotifyCallback *nc) |
Notification that a Color has changed - Implements observer_t -. | |
int | cbar_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | cbar_email_observer (struct NotifyCallback *nc) |
Notification that the Email has changed - Implements observer_t -. | |
static int | cbar_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
struct MuttWindow * | cbar_new (struct ComposeSharedData *shared) |
Create the Compose Bar (status) | |
Compose Bar (status)
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 cbar.c.
struct MuttWindow * cbar_new | ( | struct ComposeSharedData * | shared | ) |
Create the Compose Bar (status)
shared | Shared compose data |
Definition at line 226 of file cbar.c.