<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Fl_Copy_Surface Binding Map</title>
    <link href="map.css" rel="stylesheet">
  </head>

  <body>


<h2>Fl_Copy_Surface Binding Map</h2>


<a href="index.html">Back to Index</a>


<table class="package">
  <tr><th colspan="2">Package name</th></tr>

  <tr>
    <td>Fl_Copy_Surface</td>
    <td>FLTK.Devices.Surface.Copy</td>
  </tr>

</table>



<table class="type">
  <tr><th colspan="2">Types</th></tr>

  <tr>
    <td>Fl_Copy_Surface</td>
    <td>Copy_Surface</td>
  </tr>

  <tr>
    <td>&nbsp;</td>
    <td>Copy_Surface_Reference</td>
  </tr>

</table>



<table class="function">
  <tr><th colspan="2">Functions and Procedures</th></tr>

  <tr>
<td><pre>
Fl_Copy_Surface(int w, int h);
</pre></td>
<td><pre>
function Create
       (W, H : in Natural)
    return Copy_Surface;
</pre></td>
  </tr>

  <tr>
<td><pre>
const char * class_name();
</pre></td>
<td>&nbsp;</td>
  </tr>

  <tr>
<td><pre>
void draw(Fl_Widget *widget, int delta_x=0, int delta_y=0);
</pre></td>
<td><pre>
procedure Draw_Widget
       (This               : in out Copy_Surface;
        Item               : in     FLTK.Widgets.Widget'Class;
        Offset_X, Offset_Y : in     Integer := 0);
</pre></td>
  </tr>

  <tr>
<td><pre>
void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0);
</pre></td>
<td><pre>
procedure Draw_Decorated_Window
       (This               : in out Copy_Surface;
        Item               : in     FLTK.Widgets.Groups.Windows.Window'Class;
        Offset_X, Offset_Y : in     Integer := 0);
</pre></td>
  </tr>

  <tr>
<td><pre>
int h();
</pre></td>
<td><pre>
function Get_H
       (This : in Copy_Surface)
    return Integer;
</pre></td>
  </tr>

  <tr>
<td><pre>
void set_current();
</pre></td>
<td><pre>
procedure Set_Current
       (This : in out Copy_Surface);
</pre></td>
  </tr>

  <tr>
<td><pre>
int w();
</pre></td>
<td><pre>
function Get_W
       (This : in Copy_Surface)
    return Integer;
</pre></td>
  </tr>

</table>


  </body>
</html>