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
68a6f5a0
Kaydet (Commit)
68a6f5a0
authored
Ara 21, 2000
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the window.overlay() and .overwrite() methods
üst
9de6ffa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
libcurses.tex
Doc/lib/libcurses.tex
+26
-0
No files found.
Doc/lib/libcurses.tex
Dosyayı görüntüle @
68a6f5a0
...
@@ -860,6 +860,32 @@ representing the desired state of the window, but does not force
...
@@ -860,6 +860,32 @@ representing the desired state of the window, but does not force
an update of the physical screen.
an update of the physical screen.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
{
overlay
}{
destwin
\optional
{
, sminrow, smincol,
dminrow, dmincol, dmaxrow, dmaxcol
}}
Overlay the window on top of
\var
{
destwin
}
. The windows need not be
the same size, only the overlapping region is copied. This copy is
non-destructive, which means that the current background character
does not overwrite the old contents of
\var
{
destwin
}
.
To get fine-grained control over the copied region, the second form
of
\method
{
overlay
}
can be used.
\var
{
sminrow
}
and
\var
{
smincol
}
are
the upper-left coordinates of the source window, and the other variables
mark a rectangle in the destination window.
\end{methoddesc}
\begin{methoddesc}
{
overwrite
}{
destwin
\optional
{
, sminrow, smincol,
dminrow, dmincol, dmaxrow, dmaxcol
}}
Overwrite the window on top of
\var
{
destwin
}
. The windows need not be
the same size, in which case only the overlapping region is copied. This copy is
destructive, which means that the current background character
overwrites the old contents of
\var
{
destwin
}
.
To get fine-grained control over the copied region, the second form
of
\method
{
overwrite
}
can be used.
\var
{
sminrow
}
and
\var
{
smincol
}
are
the upper-left coordinates of the source window, the other variables
mark a rectangle in the destination window.
\end{methoddesc}
\begin{methoddesc}
{
putwin
}{
file
}
\begin{methoddesc}
{
putwin
}{
file
}
Writes all data associated with the window into the provided file
Writes all data associated with the window into the provided file
object. This information can be later retrieved using the
object. This information can be later retrieved using the
...
...
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