Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SWT/Devel/Gtk/pkg-config compiled GTK

< SWT‎ | Devel‎ | Gtk
Revision as of 15:40, 30 May 2016 by Unnamed Poltroon (Talk) (Created page with "Sometimes it's necessary to write native GTK snippets to reproduce issues that could be bugs in GTK itself. Of course, it's also important to be able to test these snippets ac...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sometimes it's necessary to write native GTK snippets to reproduce issues that could be bugs in GTK itself. Of course, it's also important to be able to test these snippets across multiple versions of GTK, specifically GTK3. As a prerequisite, please see the article about compiling GTK.

Back to the top