Remove inlined documentation
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkbutton.sgml: Remove inlined documentation
This commit is contained in:
parent
f886daa7ed
commit
e60ff3dfd7
@ -1,5 +1,7 @@
|
|||||||
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkbutton.sgml: Remove inlined documentation
|
||||||
|
|
||||||
* gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon
|
* gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon
|
||||||
as a non-widget. (#324181, Maciej Katafiasz)
|
as a non-widget. (#324181, Maciej Katafiasz)
|
||||||
|
|
||||||
|
@ -39,41 +39,38 @@ This should not be accessed directly. Use the accessor functions below.
|
|||||||
|
|
||||||
<!-- ##### SIGNAL GtkButton::clicked ##### -->
|
<!-- ##### SIGNAL GtkButton::clicked ##### -->
|
||||||
<para>
|
<para>
|
||||||
Emitted when a button clicked on by the mouse and the cursor stays on the
|
|
||||||
button. If the cursor is not on the button when the mouse button is released,
|
|
||||||
the signal is not emitted.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@button: the object which received the signal.
|
@button:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkButton::enter ##### -->
|
<!-- ##### SIGNAL GtkButton::enter ##### -->
|
||||||
<para>
|
<para>
|
||||||
Emitted when the mouse cursor enters the region of the button.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@button: the object which received the signal.
|
@button:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkButton::leave ##### -->
|
<!-- ##### SIGNAL GtkButton::leave ##### -->
|
||||||
<para>
|
<para>
|
||||||
Emitted when the mouse cursor leaves the region of the button.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@button: the object which received the signal.
|
@button:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkButton::pressed ##### -->
|
<!-- ##### SIGNAL GtkButton::pressed ##### -->
|
||||||
<para>
|
<para>
|
||||||
Emitted when the button is initially pressed.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@button: the object which received the signal.
|
@button:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkButton::released ##### -->
|
<!-- ##### SIGNAL GtkButton::released ##### -->
|
||||||
<para>
|
<para>
|
||||||
Emitted when a button which is pressed is released, no matter where the
|
|
||||||
mouse cursor is.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@button: the object which received the signal.
|
@button:
|
||||||
|
|
||||||
<!-- ##### ARG GtkButton:focus-on-click ##### -->
|
<!-- ##### ARG GtkButton:focus-on-click ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user