Message Window private data. More...
#include "mutt/lib.h"
Include dependency graph for msgwin_wdata.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | MwChar |
| Description of a single character. More... | |
| struct | MwChunk |
| A block of characters of one colour. More... | |
| struct | MsgWinWindowData |
| Message Window private Window data. More... | |
Macros | |
| #define | MSGWIN_MAX_ROWS 3 |
Functions | |
| ARRAY_HEAD (MwCharArray, struct MwChar) | |
| ARRAY_HEAD (MwChunkArray, struct MwChunk) | |
| void | msgwin_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the private data - Implements MuttWindow::wdata_free() -. | |
| struct MsgWinWindowData * | msgwin_wdata_new (void) |
| Create new private data for the Message Window. | |
Message Window private data.
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 msgwin_wdata.h.
| #define MSGWIN_MAX_ROWS 3 |
Definition at line 30 of file msgwin_wdata.h.
| ARRAY_HEAD | ( | MwCharArray | , |
| struct MwChar | ) |
| ARRAY_HEAD | ( | MwChunkArray | , |
| struct MwChunk | ) |
| struct MsgWinWindowData * msgwin_wdata_new | ( | void | ) |
Create new private data for the Message Window.
| ptr | New private data |
Definition at line 60 of file msgwin_wdata.c.
Here is the call graph for this function:
Here is the caller graph for this function: