docs: don't use <orderedlist>
This commit is contained in:
@ -638,13 +638,13 @@ struct _GdkEventMotion
|
|||||||
*
|
*
|
||||||
* Double and triple-clicks result in a sequence of events being received.
|
* Double and triple-clicks result in a sequence of events being received.
|
||||||
* For double-clicks the order of events will be:
|
* For double-clicks the order of events will be:
|
||||||
* <orderedlist>
|
*
|
||||||
* <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
|
* - %GDK_BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
|
* - %GDK_BUTTON_RELEASE
|
||||||
* <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
|
* - %GDK_BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_2BUTTON_PRESS</para></listitem>
|
* - %GDK_2BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
|
* - %GDK_BUTTON_RELEASE
|
||||||
* </orderedlist>
|
*
|
||||||
* Note that the first click is received just like a normal
|
* Note that the first click is received just like a normal
|
||||||
* button press, while the second click results in a %GDK_2BUTTON_PRESS
|
* button press, while the second click results in a %GDK_2BUTTON_PRESS
|
||||||
* being received just after the %GDK_BUTTON_PRESS.
|
* being received just after the %GDK_BUTTON_PRESS.
|
||||||
@ -652,16 +652,15 @@ struct _GdkEventMotion
|
|||||||
* Triple-clicks are very similar to double-clicks, except that
|
* Triple-clicks are very similar to double-clicks, except that
|
||||||
* %GDK_3BUTTON_PRESS is inserted after the third click. The order of the
|
* %GDK_3BUTTON_PRESS is inserted after the third click. The order of the
|
||||||
* events is:
|
* events is:
|
||||||
* <orderedlist>
|
*
|
||||||
* <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
|
* - %GDK_BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
|
* - %GDK_BUTTON_RELEASE
|
||||||
* <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
|
* - %GDK_BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_2BUTTON_PRESS</para></listitem>
|
* - %GDK_2BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
|
* - %GDK_BUTTON_RELEASE
|
||||||
* <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
|
* - %GDK_BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_3BUTTON_PRESS</para></listitem>
|
* - %GDK_3BUTTON_PRESS
|
||||||
* <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
|
* - %GDK_BUTTON_RELEASE
|
||||||
* </orderedlist>
|
|
||||||
*
|
*
|
||||||
* For a double click to occur, the second button press must occur within
|
* For a double click to occur, the second button press must occur within
|
||||||
* 1/4 of a second of the first. For a triple click to occur, the third
|
* 1/4 of a second of the first. For a triple click to occur, the third
|
||||||
|
|||||||
Reference in New Issue
Block a user