update for SDL::Event
[sdlgit/SDL-Site.git] / pages / SDL-Pango.html-inc
index 5eb28b6..142cdd6 100644 (file)
@@ -23,7 +23,7 @@
 <li><a href="#create_surface_draw">create_surface_draw</a></li>
 </ul>
 </li>
-<li><a href="#AUTHOR">AUTHOR</a></li>
+<li><a href="#AUTHORS">AUTHORS</a></li>
 <li><a href="#SEE_ALSO">SEE ALSO</a>
 </li>
 </ul><hr />
@@ -53,7 +53,7 @@
 
  SDL::Pango::init();
 
- my $context = new SDL::Pango::Context;
+ my $context = SDL::Pango::Context-&gt;new;
  SDL::Pango::set_default_color($context, 0xA7C344FF, 0);
  SDL::Pango::set_markup($context, 'Hallo &lt;b&gt;W&lt;span foreground=&quot;red&quot;&gt;o&lt;/span&gt;&lt;i&gt;r&lt;/i&gt;&lt;u&gt;l&lt;/u&gt;d&lt;/b&gt;!', -1);
 
 <pre> SDL::Pango::init();
 
 </pre>
-<p>Initialize the Glib and Pango API. This must be called before using other functions in this library, excepting <a href="/SDL-Pango.html#was_init">SDL::Pango::was_init</a>. 
+<p>Initialize the Glib and Pango API. This must be called before using other functions in this library, excepting <a href="SDL-Pango::was_init.html">SDL::Pango::was_init</a>. 
 SDL does not have to be initialized before this call.</p>
 <p>Returns: always <code>0</code>. </p>
 
@@ -142,7 +142,7 @@ SDL does not have to be initialized before this call.</p>
 <pre> my $was_init = SDL::Pango::was_init();
 
 </pre>
-<p>Query the initilization status of the Glib and Pango API. You may, of course, use this before <a href="/SDL-Pango.html#init">SDL::Pango::init</a> to avoid initilizing twice 
+<p>Query the initilization status of the Glib and Pango API. You may, of course, use this before <a href="SDL-Pango::init.html">SDL::Pango::init</a> to avoid initilizing twice 
 in a row.</p>
 <p>Returns: Non-zero when already initialized. Zero when not initialized.</p>
 
@@ -250,7 +250,7 @@ background.</p>
 <pre> SDL::Pango::set_surface_create_args($context, $flags, $bits, $r_mask, $g_mask, $b_mask, $a_mask);
 
 </pre>
-<p>Sets the argumet that are used when creating a surface via <a href="/SDL-Pango.html#create_surface_draw">SDL::Pango::create_surface_draw</a>.</p>
+<p>Sets the argumet that are used when creating a surface via <a href="SDL-Pango::create_surface_draw.html">SDL::Pango::create_surface_draw</a>.</p>
 <p>Example:</p>
 <pre> SDL::Pango::set_surface_create_args(
      $context, 
@@ -270,12 +270,12 @@ background.</p>
 <pre> my $surface = SDL::Pango::create_surface_draw($context);
 
 </pre>
-<p>Creates a new surface and draws the text/markup. You can specify the attributes of the surfaces using <a href="/SDL-Pango.html#set_surface_create_args">SDL::Pango::set_surface_create_args</a>.</p>
+<p>Creates a new surface and draws the text/markup. You can specify the attributes of the surfaces using <a href="SDL-Pango::set_surface_create_args.html">SDL::Pango::set_surface_create_args</a>.</p>
 
 </div>
-<h1 id="AUTHOR">AUTHOR</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="AUTHOR_CONTENT">
-<p>Tobias Leich [FROGGS]</p>
+<h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
+<div id="AUTHORS_CONTENT">
+<p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
 
 </div>
 <h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>