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

Difference between revisions of "SWT/Devel/Gtk"

< SWT‎ | Devel
(See Also External)
(SWT GTK Development Articles)
Line 1: Line 1:
= SWT GTK Development Articles =
+
= Getting started =
 +
If you are new to or want to learn SWT-GTK development, please see the [[SWT/Devel/Gtk/Dev_guide | comprehensive SWT-GTK development guide]]
  
== Getting Started/Beginner Guide ==
+
= SWT-GTK development articles =
 
* [[SWT/Devel/Gtk/Dev_guide | Comprehensive SWT development guide]]
 
* [[SWT/Devel/Gtk/Dev_guide | Comprehensive SWT development guide]]
  
== GTK Compilation ==
+
== GTK compilation ==
 
* [[SWT/Devel/Gtk/Compiling_Gtk | Compiling various versions of GTK]]
 
* [[SWT/Devel/Gtk/Compiling_Gtk | Compiling various versions of GTK]]
 
* [[SWT/Devel/Gtk/jhbuild | JHBuild : Compile newest GTK+ versions and it's dependencies with with jhbuild]]
 
* [[SWT/Devel/Gtk/jhbuild | JHBuild : Compile newest GTK+ versions and it's dependencies with with jhbuild]]
Line 10: Line 11:
 
* [[SWT/Devel/Gtk/pkg-config_compiled_GTK | Using locally compiled GTK libraries with native GTK snippets]]
 
* [[SWT/Devel/Gtk/pkg-config_compiled_GTK | Using locally compiled GTK libraries with native GTK snippets]]
  
== SWT JNI Compilation and os custom development==
+
== SWT JNI compilation and os_custom development==
 
* [[SWT/Devel/Gtk/Sentinel_warning | Eliminating "sentinel" warnings on SWT JNI compilation]]
 
* [[SWT/Devel/Gtk/Sentinel_warning | Eliminating "sentinel" warnings on SWT JNI compilation]]
 
* [[SWT/Devel/Gtk/os_custom | os custom development (swt fixed container written in C)]]
 
* [[SWT/Devel/Gtk/os_custom | os custom development (swt fixed container written in C)]]
  
== CSS ==
+
== GTK CSS ==
 
* [[SWT/Devel/Gtk/CSS_selector | Avoid "expected valid selector" warnings in console output]]
 
* [[SWT/Devel/Gtk/CSS_selector | Avoid "expected valid selector" warnings in console output]]
  
Line 20: Line 21:
 
* [[SWT/Devel/Gtk/crashstack | Getting more information from a jvm crash ]]
 
* [[SWT/Devel/Gtk/crashstack | Getting more information from a jvm crash ]]
  
== Wayland Development ==
+
== Wayland development ==
 
* [[SWT/Devel/Gtk/Wayland | Getting started with Wayland development]]
 
* [[SWT/Devel/Gtk/Wayland | Getting started with Wayland development]]
  
Line 26: Line 27:
 
* [[SWT/Devel/Gtk/Atk | ATK Introduction]]
 
* [[SWT/Devel/Gtk/Atk | ATK Introduction]]
  
== Equinox Launcher ==
+
== Equinox launcher ==
* For Equinox Launcher development (GTK part), see : [[Equinox/dev/gtk | Equinox]]
+
* For GTK related Equinox launcher information, refer to the [[Equinox/dev/gtk | Equinox documentation]].
  
 
== Coding ==  
 
== Coding ==  
Line 36: Line 37:
 
* [[SWT/Devel/Gtk/platformTests | Platform (jFace) Tests for SWT developers ]]
 
* [[SWT/Devel/Gtk/platformTests | Platform (jFace) Tests for SWT developers ]]
  
== Uploading Your Patch ==
+
== Uploading your patch ==
 
* [[SWT/Devel/Gtk/Patch_guidelines | Patch submission guidelines]]
 
* [[SWT/Devel/Gtk/Patch_guidelines | Patch submission guidelines]]
  

Revision as of 13:36, 22 August 2018

Getting started

If you are new to or want to learn SWT-GTK development, please see the comprehensive SWT-GTK development guide

SWT-GTK development articles

GTK compilation

SWT JNI compilation and os_custom development

GTK CSS

Debugging

Wayland development

Accessibility

Equinox launcher

Coding

Testing

Uploading your patch

Miscellaneous

See also Eclipse Wiki Pages

These are pages mostly for special interest.

See Also External

Back to the top