The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

panels (3)
  • >> panels (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    panels - character based panels package
     
    

    SYNOPSIS

    #include <panel.h>
    

     

    DESCRIPTION

    The panel library is built using the curses library, and any program using panels routines must call one of the curses initialization routines such as initscr. A program using these routines must be compiled with -lpanel and -lcurses on the cc command line.

    The panels package gives the applications programmer a way to have depth relationships between curses windows; a curses window is associated with every panel. The panels routines allow curses windows to overlap without making visible the overlapped portions of underlying windows. The initial curses window, stdscr, lies beneath all panels. The set of currently visible panels is the deck of panels.

    The panels package allows the applications programmer to create panels, fetch and set their associated windows, shuffle panels in the deck, and manipulate panels in other ways.  

    Routine Name Index

    The following table lists each panels routine and the name of the manual page on which it is described.

    panels Routine NameManual Page Name
    bottom_panelpanel_top(3CURSES)
    del_panel
    hide_panel
    move_panel
    new_panel
    panel_above
    panel_below
    panel_hidden
    panel_userptr
    panel_window
    replace_panel
    set_panel_userptr
    show_panel
    top_panel
    update_panels

     

    RETURN VALUES

    Each panels routine that returns a pointer to an object returns NULL if an error occurs. Each panel routine that returns an integer, returns OK if it executes successfully and ERR if it does not.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    MT-LevelUnsafe

     

    SEE ALSO

    curses(3CURSES), attributes(5) and 3X pages whose names begin "panel_" for detailed routine descriptions.  

    NOTES

    The header <panel.h> automatically includes the header <curses.h>.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    Routine Name Index
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO
    NOTES


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру