NeoMutt  2024-11-14-34-g5aaf0d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
wdata.h File Reference

Progress Bar Window Data. More...

#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
+ Include dependency graph for wdata.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ProgressWindowData
 Progress Bar Window Data. More...
 

Functions

void progress_wdata_free (struct MuttWindow *win, void **ptr)
 Free Progress Bar Window data - Implements MuttWindow::wdata_free() -.
 
struct ProgressWindowDataprogress_wdata_new (void)
 Create new Progress Bar Window Data.
 

Detailed Description

Progress Bar Window Data.

Authors
  • Richard Russon

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 wdata.h.

Function Documentation

◆ progress_wdata_new()

struct ProgressWindowData * progress_wdata_new ( void  )

Create new Progress Bar Window Data.

Return values
ptrNew Progress Bar Window Data

Definition at line 37 of file wdata.c.

38{
39 return MUTT_MEM_CALLOC(1, struct ProgressWindowData);
40}
#define MUTT_MEM_CALLOC(n, type)
Definition: memory.h:40
Progress Bar Window Data.
Definition: wdata.h:36
+ Here is the caller graph for this function: