Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
contribute:start [2014/03/14 11:01] nickcontribute:start [2014/11/24 11:07] – [Contribute] nick
Line 12: Line 12:
 [[.:dev/start|Development]]\\ [[.:dev/start|Development]]\\
 How to contribute code and becoming a developer. How to contribute code and becoming a developer.
 +
 +[[https://www.bountysource.com/teams/xfce|{{https://www.bountysource.com/badge/team?team_id=849&style=raised&.jpg?}}]]\\
 +To support the Xfce project or making it more attractive to get things done, you can back the project with bounties on bugs or leave it up to the developers to decide what to do.
  
 ===== API documentation ===== ===== API documentation =====
  
 Library references can be found in the releases: [[http://archive.xfce.org/src/xfce/garcon|garcon]], [[http://archive.xfce.org/src/xfce/exo|exo]], [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]], [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]], [[http://archive.xfce.org/src/xfce/thunar|thunar]], [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]. They are often also installed by distributions in ''/usr/share/gtk-doc/html/''. Library references can be found in the releases: [[http://archive.xfce.org/src/xfce/garcon|garcon]], [[http://archive.xfce.org/src/xfce/exo|exo]], [[http://archive.xfce.org/src/xfce/libxfce4ui|libxfce4ui]], [[http://archive.xfce.org/src/xfce/libxfce4util|libxfce4util]], [[http://archive.xfce.org/src/xfce/thunar|thunar]], [[http://archive.xfce.org/src/xfce/xfconf|xfconf]]. They are often also installed by distributions in ''/usr/share/gtk-doc/html/''.
 +
 +Additionally, Xfce uses the GTK+/Glib family of libraries which can be found at the following:
 +
 +  * [[https://developer.gnome.org/glib/2.30/|GLib]]
 +  * [[https://developer.gnome.org/gio/2.30/|GIO]]
 +  * [[https://developer.gnome.org/gdk2/2.24/|GDK]]
 +  * [[https://developer.gnome.org/gtk2/2.24/|GTK+]]
 +
 +Tutorials for getting started with GTK+ are available at:
 +
 +  * [[http://zetcode.com/tutorials/gtktutorial/|GTK+ Tutorial]]
 +  * [[https://developer.gnome.org/gtk-tutorial/2.24/|GTK+ 2.0 Tutorial (Official)]]
 +
 +If you're looking at writing a panel plugin, you may want to look at the [[http://git.xfce.org/panel-plugins/xfce4-sample-plugin/|xfce4-sample-plugin]] for an easy start.
 +