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>
|
||||
|
||||
* gtk/tmpl/gtkbutton.sgml: Remove inlined documentation
|
||||
|
||||
* gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon
|
||||
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 ##### -->
|
||||
<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>
|
||||
|
||||
@button: the object which received the signal.
|
||||
@button:
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::enter ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor enters the region of the button.
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
@button:
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::leave ##### -->
|
||||
<para>
|
||||
Emitted when the mouse cursor leaves the region of the button.
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
@button:
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::pressed ##### -->
|
||||
<para>
|
||||
Emitted when the button is initially pressed.
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
@button:
|
||||
|
||||
<!-- ##### SIGNAL GtkButton::released ##### -->
|
||||
<para>
|
||||
Emitted when a button which is pressed is released, no matter where the
|
||||
mouse cursor is.
|
||||
|
||||
</para>
|
||||
|
||||
@button: the object which received the signal.
|
||||
@button:
|
||||
|
||||
<!-- ##### ARG GtkButton:focus-on-click ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user