Home
last modified time | relevance | path

Searched defs:MuttWindow (Results 1 – 1 of 1) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/gui/
H A Dmutt_window.h122 struct MuttWindow struct
130 enum MuttWindowOrientation orient; ///< Which direction the Window will expand argument
131 enum MuttWindowSize size; ///< Type of Window, e.g. #MUTT_WIN_SIZE_FIXED argument
134 TAILQ_ENTRY(MuttWindow) entries; ///< Linked list argument
135 struct MuttWindow *parent; ///< Parent Window argument
136 struct MuttWindowList children; ///< Children Windows argument
140 struct MuttWindow *focus; ///< Focused Window argument
151 * wdata_free - Free the private data attached to the MuttWindow argument
160 void (*wdata_free)(struct MuttWindow *win, void **ptr); argument
171 int (*recalc)(struct MuttWindow *win); argument
[all …]