mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:20:28 +02:00
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:
commit
e982a91778
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user