Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
14631f67
Kaydet (Commit)
14631f67
authored
Mar 29, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix serious markup errors.
üst
c612a14e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
libcursespanel.tex
Doc/lib/libcursespanel.tex
+11
-11
No files found.
Doc/lib/libcursespanel.tex
Dosyayı görüntüle @
14631f67
...
...
@@ -20,9 +20,9 @@ The module \module{curses.panel} defines the following functions:
Returns the bottom panel in the panel stack.
\end{funcdesc}
\begin{
method
desc}
{
new
_
panel
}{
win
}
\begin{
func
desc}
{
new
_
panel
}{
win
}
Returns a panel object, associating it with the given window
\var
{
win
}
.
\end{
method
desc}
\end{
func
desc}
\begin{funcdesc}
{
top
_
panel
}{}
Returns the top panel in the panel stack.
...
...
@@ -42,23 +42,23 @@ responsible for the window's depth in the panel stack.
Panel objects have the following methods:
\begin{methoddesc}
{
above
}
\begin{methoddesc}
{
above
}
{}
Returns the panel above the current panel.
\end{methoddesc}
\begin{methoddesc}
{
below
}
\begin{methoddesc}
{
below
}
{}
Returns the panel below the current panel.
\end{methoddesc}
\begin{methoddesc}
{
bottom
}
\begin{methoddesc}
{
bottom
}
{}
Push the panel to the bottom of the stack.
\end{methoddesc}
\begin{methoddesc}
{
hidden
}
\begin{methoddesc}
{
hidden
}
{}
Returns true if the panel is hidden (not visible), false otherwise.
\end{methoddesc}
\begin{methoddesc}
{
hide
}
\begin{methoddesc}
{
hide
}
{}
Hide the panel. This does not delete the object, it just makes the
window on screen invisible.
\end{methoddesc}
...
...
@@ -76,18 +76,18 @@ Set the panel's user pointer to \var{obj}. This is used to associate an
arbitrary piece of data with the panel, and can be any Python object.
\end{methoddesc}
\begin{methoddesc}
{
show
}
\begin{methoddesc}
{
show
}
{}
Display the panel (which might have been hidden).
\end{methoddesc}
\begin{methoddesc}
{
top
}
\begin{methoddesc}
{
top
}
{}
Push panel to the top of the stack.
\end{methoddesc}
\begin{methoddesc}
{
userptr
}
\begin{methoddesc}
{
userptr
}
{}
Returns the user pointer for the panel. This might be any Python object.
\end{methoddesc}
\begin{methoddesc}
{
window
}
\begin{methoddesc}
{
window
}
{}
Returns the window object associated with the panel.
\end{methoddesc}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment