HomeSort by relevance Sort by last modified time
    Searched refs:PANEL (Results 1 - 10 of 10) sorted by null

  /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...]
  /external/python/cpython2/Modules/
_curses_panel.c 2 * Interface to the ncurses panel library
17 #include <panel.h>
46 The Panel Object
49 /* Definition of the panel object and panel type */
53 PANEL *pan;
62 associated with a panel. To ensure that Python's GC doesn't pull
69 pan = win.panel()
77 dozens of panel objects within a typical program. */
86 /* Insert a new panel object into lop *
    [all...]
  /external/python/cpython3/Modules/
_curses_panel.c 2 * Interface to the ncurses panel library
17 #include <panel.h>
75 The Panel Object
78 /* Definition of the panel object and panel type */
82 PANEL *pan;
90 associated with a panel. To ensure that Python's GC doesn't pull
97 pan = win.panel()
105 dozens of panel objects within a typical program. */
114 /* Insert a new panel object into lop *
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
ListItemAdapter.java 86 public static final int PANEL = 3;
94 BackgroundStyle.PANEL
263 if (mBackgroundStyle == BackgroundStyle.PANEL) {
  /frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
SeekbarListItemActivity.java 50 new SampleProvider(this), ListItemAdapter.BackgroundStyle.PANEL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
CarVolumeDialogImpl.java 190 BackgroundStyle.PANEL);
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 310 milliseconds