[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions , Volume 2


makenew Subroutine

Purpose

Creates a new window buffer and returns a pointer.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>

WINDOW *makenew( )

Description

The makenew subroutine creates a new window buffer and returns a pointer to it. The makenew subroutine is called by the newwin subroutine to create the window structure. The makenew subroutine should not be called directly by a program.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

Curses Overview for Programming in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

List of Curses Subroutines in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

Understanding Windows with Curses in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]