Difference between revisions of "GTK3 Interface"

From Lazarus wiki
Jump to navigationJump to search
(Created page with " == '''GTK3 interface''' == Started as of lazarus 1.1 r41811<br> Currently it's in alpha status, and if you want to test it <br> you must uncomment USEGTK3ALPHA define in lcl...")
 
m (→‎GTK3 interface: Remove duped heading)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Platform only|GTK+|GTK Widgetsets|GTK+ Widgetsets}}
  
== '''GTK3 interface''' ==
 
  
Started as of lazarus 1.1 r41811<br>
+
Started as of Lazarus 1.1 r41811
Currently it's in alpha status, and if you want to test it <br>
+
 
you must uncomment USEGTK3ALPHA define in lcl/interfaces/gtk3/gtk3defines.inc.
+
Currently it's in alpha status, and if you want to test it, you must uncomment the USEGTK3ALPHA define in <tt>lcl/interfaces/gtk3/gtk3defines.inc</tt>.
 +
 
 +
'''MINIMUM REQUIREMENTS'''
 +
* Gtk3 v 3.6.4
 +
  [[Gtk%2B3|Current bindings]] (12.01.2021) are 3.8.6 and there's a plan to move it to 3.22 
 +
* glib2 2.34
 +
* cairo 1.10
 +
* pango 1.30
 +
 
 +
[[Category:GTK Widgetsets]]

Latest revision as of 14:54, 12 January 2021

GTK logo.svg

This article applies to GTK+ Widgetsets only.

See also: Multiplatform Programming Guide


Started as of Lazarus 1.1 r41811

Currently it's in alpha status, and if you want to test it, you must uncomment the USEGTK3ALPHA define in lcl/interfaces/gtk3/gtk3defines.inc.

MINIMUM REQUIREMENTS

  • Gtk3 v 3.6.4
 Current bindings (12.01.2021) are 3.8.6 and there's a plan to move it to 3.22  
  • glib2 2.34
  • cairo 1.10
  • pango 1.30