summaryrefslogtreecommitdiff
path: root/packages/gtk2/src/gtk+/gtk/gtkgc.inc
blob: 63aa844d7be9fc8c10846625783b6b9870d5a70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// included by gtk2.pas

{$IFDEF read_forward_definitions}
{$ENDIF read_forward_definitions}

//------------------------------------------------------------------------------

{$IFDEF read_interface_types}
{$ENDIF read_interface_types}

//------------------------------------------------------------------------------

{$IFDEF read_interface_rest}
function gtk_gc_get(depth:gint; colormap:PGdkColormap; values:PGdkGCValues; values_mask:TGdkGCValuesMask):PGdkGC; cdecl; external gtklib;
procedure gtk_gc_release(gc:PGdkGC); cdecl; external gtklib;
{$ENDIF read_interface_rest}