Message Window private data. More...
Go to the source code of this file.
Functions | |
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.c.
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.