Home
last modified time | relevance | path

Searched defs:hide_panel (Results 1 – 14 of 14) sorted by relevance

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/panel/
H A Dll.rs13 pub fn hide_panel(_:PANEL) -> c_int; in hide_panel() function
H A Dwrapper.rs19 pub fn hide_panel(panel: PANEL) -> i32 in hide_panel() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/panel/
H A Dll.rs13 pub fn hide_panel(_:PANEL) -> c_int; in hide_panel() function
H A Dwrapper.rs19 pub fn hide_panel(panel: PANEL) -> i32 in hide_panel() function
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_curses_panel.c165 Panel_NoArgNoReturnFunction(hide_panel) in Panel_NoArgNoReturnFunction() argument
/dports/lang/python27/Python-2.7.18/Modules/
H A D_curses_panel.c165 Panel_NoArgNoReturnFunction(hide_panel) in Panel_NoArgNoReturnFunction() argument
/dports/lang/python37/Python-3.7.12/Modules/
H A D_curses_panel.c192 Panel_NoArgNoReturnFunction(hide_panel) in Panel_NoArgNoReturnFunction() argument
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dpanel.c443 int hide_panel(PANEL *pan) in hide_panel() function
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dpanel.c443 int hide_panel(PANEL *pan) in hide_panel() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dpanel.c443 int hide_panel(PANEL *pan) in hide_panel() function
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dpanel.c440 int hide_panel(PANEL *pan) in hide_panel() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dpanel.c435 int hide_panel(PANEL *pan) in hide_panel() function
/dports/devel/ncurses/ncurses-6.3/test/
H A Ddemo_panels.c564 wrapper(hide_panel) in wrapper() argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dsearch.py492 def hide_panel(self): member in SearchPanel