summaryrefslogtreecommitdiff
path: root/UGnome.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
committerTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
commit6475cd8e422b88e8d0fa3499195e6392bd3bbf12 (patch)
tree47a3e35742789b118a7f285778f6cab6af597707 /UGnome.pas
parent7943ac1f6c2fa954c1e526169014e0680d1593d1 (diff)
downloadtuxcmd-6475cd8e422b88e8d0fa3499195e6392bd3bbf12.tar.xz
Drop Kylix support
A piece of history, will be remembered.
Diffstat (limited to 'UGnome.pas')
-rw-r--r--UGnome.pas11
1 files changed, 0 insertions, 11 deletions
diff --git a/UGnome.pas b/UGnome.pas
index 5edab31..9a04734 100644
--- a/UGnome.pas
+++ b/UGnome.pas
@@ -179,12 +179,7 @@ const AFTER_ALL_TABS = -1;
var libGlib2Handle, libGio2Handle, libGtk2Handle, libGnome2Handle, libGnomeUI2Handle: Pointer;
gnome_about_new: function (const name, version, copyright, comments: Pchar; const authors, documenters: PPchar;
const translator_credits: Pchar; logo_pixbuf: PGdkPixbuf): PGtkWidget; cdecl;
-{$IFDEF KYLIX}
- gnome_program_init: function (const app_id, app_version: PChar; const module_info: Pointer; argc: longint; argv: PPChar;
- const first_property_name: PChar; const first_property_value: Int64; const second_property_name: PChar): Pointer; cdecl;
-{$ELSE}
gnome_program_init: function (const app_id, app_version: PChar; const module_info: Pointer; argc: integer; argv: PPChar): Pointer; varargs; cdecl;
-{$ENDIF}
libgnome_module_info_get: function: Pointer; cdecl;
libgnomeui_module_info_get: function: Pointer; cdecl;
gnome_color_picker_new: function: PGnomeColorPicker; cdecl;
@@ -202,15 +197,9 @@ var libGlib2Handle, libGio2Handle, libGtk2Handle, libGnome2Handle, libGnomeUI2Ha
gtk_icon_size_lookup_for_settings: function (settings: PGtkSettings; size: TGtkIconSize; width, height: Pgint): gboolean; cdecl;
gtk_window_set_icon_name: procedure (window: PGtkWindow; const name: Pgchar); cdecl;
g_filename_display_name: function (const filename: PChar): PChar; cdecl;
-{$IFDEF KYLIX}
- gtk_message_dialog_new_with_markup: function (parent:PGtkWindow; flags:TGtkDialogFlags;
- _type:TGtkMessageType; buttons:TGtkButtonsType;
- message_format:Pgchar; const format1: PChar; const format2: PChar):PGtkWidget; cdecl;
-{$ELSE}
gtk_message_dialog_new_with_markup: function (parent:PGtkWindow; flags:TGtkDialogFlags;
_type:TGtkMessageType; buttons:TGtkButtonsType;
message_format:Pgchar):PGtkWidget; varargs; cdecl;
-{$ENDIF}
g_mkdir_with_parents: function (const pathname: PChar; mode: integer): integer; cdecl;
__g_io_error_from_errno: function (err_no: gint): GIOErrorEnum; cdecl;