Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
78dce87d
Kaydet (Commit)
78dce87d
authored
Kas 18, 2015
tarafından
Tsutomu Uchino
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i72580# Add descriptions about State property and button command
üst
19ae126b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
UnoControlButtonModel.idl
offapi/com/sun/star/awt/UnoControlButtonModel.idl
+10
-0
XButton.idl
offapi/com/sun/star/awt/XButton.idl
+3
-0
No files found.
offapi/com/sun/star/awt/UnoControlButtonModel.idl
Dosyayı görüntüle @
78dce87d
...
@@ -225,6 +225,16 @@ published service UnoControlButtonModel
...
@@ -225,6 +225,16 @@ published service UnoControlButtonModel
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
/**
specifies
the
state
of
the
control
.
/**
specifies
the
state
of
the
control
.
If
<
member
>
Toggle
</
member
>
property
is
set
to
<
TRUE
/
>
,
the
pressed
state
is
enabled
and
its
pressed
state
can
be
obtained
with
this
property
.
<
pre
>
0
:
not
pressed
1
:
pressed
2
:
don
't know
</pre>
@see <member>Toggle</member>
*/
*/
[property] short State;
[property] short State;
...
...
offapi/com/sun/star/awt/XButton.idl
Dosyayı görüntüle @
78dce87d
...
@@ -63,6 +63,9 @@ published interface XButton: com::sun::star::uno::XInterface
...
@@ -63,6 +63,9 @@ published interface XButton: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
/**
sets
a
command
string
for
pushing
the
button
.
/**
sets
a
command
string
for
pushing
the
button
.
@
param
Command
value
can
be
used
to
detect
which
button
is
pressed
.
*/
*/
[
oneway
]
void
setActionCommand
(
[
in
]
string
Command
)
;
[
oneway
]
void
setActionCommand
(
[
in
]
string
Command
)
;
...
...
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