mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove unsupported xml/html tag <inlinegraphic>
This commit is contained in:
parent
76beb21862
commit
5a52b66dfa
2 changed files with 0 additions and 179 deletions
|
|
@ -189,65 +189,6 @@ get_blank_cursor (GdkDisplay *display)
|
|||
* @display: the #GdkDisplay for which the cursor will be created
|
||||
* @cursor_type: cursor to create
|
||||
*
|
||||
* Creates a new cursor from the set of builtin cursors.
|
||||
* Some useful ones are:
|
||||
* <itemizedlist>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="right_ptr.png"></inlinegraphic> #GDK_RIGHT_PTR (right-facing arrow)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="crosshair.png"></inlinegraphic> #GDK_CROSSHAIR (crosshair)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic> #GDK_XTERM (I-beam)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic> #GDK_WATCH (busy)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="fleur.png"></inlinegraphic> #GDK_FLEUR (for moving objects)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="hand1.png"></inlinegraphic> #GDK_HAND1 (a right-pointing hand)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="hand2.png"></inlinegraphic> #GDK_HAND2 (a left-pointing hand)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="left_side.png"></inlinegraphic> #GDK_LEFT_SIDE (resize left side)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="right_side.png"></inlinegraphic> #GDK_RIGHT_SIDE (resize right side)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="top_left_corner.png"></inlinegraphic> #GDK_TOP_LEFT_CORNER (resize northwest corner)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="top_right_corner.png"></inlinegraphic> #GDK_TOP_RIGHT_CORNER (resize northeast corner)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="bottom_left_corner.png"></inlinegraphic> #GDK_BOTTOM_LEFT_CORNER (resize southwest corner)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="bottom_right_corner.png"></inlinegraphic> #GDK_BOTTOM_RIGHT_CORNER (resize southeast corner)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="top_side.png"></inlinegraphic> #GDK_TOP_SIDE (resize top side)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="bottom_side.png"></inlinegraphic> #GDK_BOTTOM_SIDE (resize bottom side)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="sb_h_double_arrow.png"></inlinegraphic> #GDK_SB_H_DOUBLE_ARROW (move vertical splitter)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* <inlinegraphic format="PNG" fileref="sb_v_double_arrow.png"></inlinegraphic> #GDK_SB_V_DOUBLE_ARROW (move horizontal splitter)
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* #GDK_BLANK_CURSOR (Blank cursor). Since 2.16
|
||||
* </para></listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
* Return value: a new #GdkCursor
|
||||
*
|
||||
* Since: 2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue