OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PANEL
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h
35
/* $Id:
panel
.h,v 1.11 2009/04/11 19:50:40 tom Exp $ */
37
/*
panel
.h -- interface file for panels library */
44
typedef struct
panel
struct
47
struct
panel
*below;
48
struct
panel
*above;
50
}
PANEL
;
56
extern NCURSES_EXPORT(WINDOW*) panel_window (const
PANEL
*);
58
extern NCURSES_EXPORT(int) hide_panel (
PANEL
*);
59
extern NCURSES_EXPORT(int) show_panel (
PANEL
*);
60
extern NCURSES_EXPORT(int) del_panel (
PANEL
*);
[
all
...]
cursesp.h
42
# include <
panel
.h>
49
PANEL
*p;
53
// This structure is used for the
panel
's user data field to link the
54
//
PANEL
* to the C++ object and to provide extra space for a user pointer.
58
const
PANEL
* m_owner; // the
panel
itself
68
void init(); // Initialize the
panel
object
78
// Set the user pointer of the
panel
.
109
// Create a
panel
with this size starting at the requested position.
116
// This constructor creates the default
Panel
associated with th
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h
35
/* $Id:
panel
.h,v 1.11 2009/04/11 19:50:40 tom Exp $ */
37
/*
panel
.h -- interface file for panels library */
44
typedef struct
panel
struct
47
struct
panel
*below;
48
struct
panel
*above;
50
}
PANEL
;
56
extern NCURSES_EXPORT(WINDOW*) panel_window (const
PANEL
*);
58
extern NCURSES_EXPORT(int) hide_panel (
PANEL
*);
59
extern NCURSES_EXPORT(int) show_panel (
PANEL
*);
60
extern NCURSES_EXPORT(int) del_panel (
PANEL
*);
[
all
...]
cursesp.h
42
# include <
panel
.h>
49
PANEL
*p;
53
// This structure is used for the
panel
's user data field to link the
54
//
PANEL
* to the C++ object and to provide extra space for a user pointer.
58
const
PANEL
* m_owner; // the
panel
itself
68
void init(); // Initialize the
panel
object
78
// Set the user pointer of the
panel
.
109
// Create a
panel
with this size starting at the requested position.
116
// This constructor creates the default
Panel
associated with th
[
all
...]
Completed in 72 milliseconds