Re: [Gtk2forpascal-devel] Possible Bugs: enums not compatible with C enums
Brought to you by:
mgaertner
|
From: Olaf L. <le...@ne...> - 2002-08-30 17:56:41
|
Hi
In gtk2forpascal, TGtkTextSearchFlags is defined as follows:
TGtkTextSearchFlags = (
GTK_TEXT_SEARCH_VISIBLE_ONLY,
GTK_TEXT_SEARCH_TEXT_ONLY
);
It should work if we define TGtkTextSearchFlags as longint and set the
values of GTK_TEXT_... as const.
A new version is on cvs.
Ciao,
Olaf
|