Progress Bar Window Data. More...
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
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 ProgressWindowData * | progress_wdata_new (void) |
Create new Progress Bar Window Data. | |
Progress Bar Window 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 wdata.h.
struct ProgressWindowData * progress_wdata_new | ( | void | ) |
Create new Progress Bar Window Data.
ptr | New Progress Bar Window Data |
Definition at line 37 of file wdata.c.