gnomegeometry.inc 391 B

12345678910
  1. {$IfDef read_interface}
  2. function gnome_parse_geometry(geometry:Pgchar; xpos:Pgint; ypos:Pgint; width:Pgint; height:Pgint):gboolean;cdecl;external libgnomeuidll name 'gnome_parse_geometry';
  3. function gnome_geometry_string(window:PGdkWindow):Pgchar;cdecl;external libgnomeuidll name 'gnome_geometry_string';
  4. {$EndIf read_interface}
  5. {$Ifdef read_implementation}
  6. {$Endif read_implementation}