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
d457a97b
Kaydet (Commit)
d457a97b
authored
Tem 29, 2006
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
markup cleanups
üst
2d5c8e3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
libcsv.tex
Doc/lib/libcsv.tex
+1
-1
tkinter.tex
Doc/lib/tkinter.tex
+10
-10
No files found.
Doc/lib/libcsv.tex
Dosyayı görüntüle @
d457a97b
...
...
@@ -76,7 +76,7 @@ If literal newlines are important within a field, users need to read their
file in a way that preserves the newlines. The behavior before 2.5 would
introduce spurious characters into quoted fields, with no way for the user
to control that behavior. The previous behavior caused considerable
problems, particularly on platforms that did not use the
Unix
line ending
problems, particularly on platforms that did not use the
\UNIX
{}
line ending
conventions, or with files that originated on those platforms --- users were
finding mysterious newlines where they didn't expect them]
{
2.5
}
...
...
Doc/lib/tkinter.tex
Dosyayı görüntüle @
d457a97b
...
...
@@ -103,14 +103,14 @@ of an application. Each instance has its own associated Tcl interpreter.
\end{classdesc}
\begin{funcdesc}
{
Tcl
}{
screenName=None, baseName=None, className='Tk', useTk=0
}
The
\function
{
Tcl
}
function is a factory function which creates an
object
much like that created by the
\class
{
Tk
}
class, except that it does no
t
initialize the Tk subsystem. This is most often useful when driving the Tcl
interpreter in an environment where one doesn't want to create extraneous
to
plevel windows, or where one cannot (i.e. Unix/Linux systems without an X
server). An object created by the
\function
{
Tcl
}
object can have a Toplevel
window created (and the Tk subsystem initialized) by calling its
\method
{
loadtk
}
method.
The
\function
{
Tcl
}
function is a factory function which creates an
object much like that created by the
\class
{
Tk
}
class, except that i
t
does not initialize the Tk subsystem. This is most often useful when
driving the Tcl interpreter in an environment where one doesn't want
to
create extraneous toplevel windows, or where one cannot (such as
\UNIX
/Linux systems without an X server). An object created by the
\function
{
Tcl
}
object can have a Toplevel window created (and the Tk
subsystem initialized) by calling its
\method
{
loadtk
}
method.
\versionadded
{
2.4
}
\end{funcdesc}
...
...
@@ -316,10 +316,10 @@ is called \code{.} (period) and children are delimited by more
periods. For example,
\code
{
.myApp.controlPanel.okButton
}
might be
the name of a widget.
\item
[\var{options}
]
\item
[\var{options}]
configure the widget's appearance and in some cases, its
behavior. The options come in the form of a list of flags and values.
Flags are proceeded by a `-', like
Unix
shell command flags, and
Flags are proceeded by a `-', like
\UNIX
{}
shell command flags, and
values are put in quotes if they are more than one word.
\end{description}
...
...
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