Merge branch 'main' into 'main'

GTK3: Updated units generated with new gir2pas version.

See merge request freepascal.org/lazarus/lazarus!187
This commit is contained in:
Maxim Ganetsky 2023-06-04 10:49:29 +00:00
commit e982a91778
3 changed files with 9524 additions and 4118 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,8 @@ begin
gtk_widget_realize(Widget);
gdk_window_set_decorations(Widget^.window, 0);
gdk_window_set_functions(Widget^.window, GDK_FUNC_RESIZE or GDK_FUNC_CLOSE);
gdk_window_set_decorations(Widget^.window, TGdkWMDecoration(0));
gdk_window_set_functions(Widget^.window, TGdkWMFunction(Integer(GDK_FUNC_RESIZE) or Integer(GDK_FUNC_CLOSE)));
gtk_widget_set_opacity(Widget, 0.25);
gtk_widget_show(Widget);