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
9499b711
Kaydet (Commit)
9499b711
authored
Mar 29, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These are actually methods.
üst
04a51ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libwebbrowser.tex
Doc/lib/libwebbrowser.tex
+6
-6
No files found.
Doc/lib/libwebbrowser.tex
Dosyayı görüntüle @
9499b711
...
@@ -154,20 +154,20 @@ webbrowser.open_new(url)
...
@@ -154,20 +154,20 @@ webbrowser.open_new(url)
Browser controllers provide two methods which parallel two of the
Browser controllers provide two methods which parallel two of the
module-level convenience functions:
module-level convenience functions:
\begin{
func
desc}
{
open
}{
url
\optional
{
, new
\optional
{
, autoraise=1
}}}
\begin{
method
desc}
{
open
}{
url
\optional
{
, new
\optional
{
, autoraise=1
}}}
Display
\var
{
url
}
using the browser handled by this controller.
Display
\var
{
url
}
using the browser handled by this controller.
If
\var
{
new
}
is 1, a new browser window is opened if possible.
If
\var
{
new
}
is 1, a new browser window is opened if possible.
If
\var
{
new
}
is 2, a new browser page ("tab") is opened if possible.
If
\var
{
new
}
is 2, a new browser page ("tab") is opened if possible.
\end{
func
desc}
\end{
method
desc}
\begin{
func
desc}
{
open
_
new
}{
url
}
\begin{
method
desc}
{
open
_
new
}{
url
}
Open
\var
{
url
}
in a new window of the browser handled by this
Open
\var
{
url
}
in a new window of the browser handled by this
controller, if possible, otherwise, open
\var
{
url
}
in the only
controller, if possible, otherwise, open
\var
{
url
}
in the only
browser window. Alias
\function
{
open
_
new
}
.
browser window. Alias
\function
{
open
_
new
}
.
\end{
func
desc}
\end{
method
desc}
\begin{
func
desc}
{
open
_
new
_
tab
}{
url
}
\begin{
method
desc}
{
open
_
new
_
tab
}{
url
}
Open
\var
{
url
}
in a new page ("tab") of the browser handled by this
Open
\var
{
url
}
in a new page ("tab") of the browser handled by this
controller, if possible, otherwise equivalent to
\function
{
open
_
new
}
.
controller, if possible, otherwise equivalent to
\function
{
open
_
new
}
.
\versionadded
{
2.5
}
\versionadded
{
2.5
}
\end{
func
desc}
\end{
method
desc}
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