Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
api_documentation [2018/11/12 23:24] – created alexxconsapi_documentation [2018/11/12 23:29] alexxcons
Line 5: Line 5:
 Additionally, Xfce uses the GTK+/Glib family of libraries which can be found at the following: 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/glib/stable/|GLib]] 
-  * [[https://developer.gnome.org/gio/2.30/|GIO]] +   * [[https://developer.gnome.org/gio/stable/|GIO]] 
-  * [[https://developer.gnome.org/gdk2/2.24/|GDK]] +   * [[https://developer.gnome.org/gdk3/stable/|GDK]] 
-  * [[https://developer.gnome.org/gtk2/2.24/|GTK+]]+   * [[https://developer.gnome.org/gtk3/stable/|GTK+]]
  
 Tutorials for getting started with GTK+ are available at: Tutorials for getting started with GTK+ are available at:
  
-  * [[http://zetcode.com/tutorials/gtktutorial/|GTK+ Tutorial]] +   * [[https://developer.gnome.org/gtk3/stable/gtk-getting-started.html|GTK+ Tutorial (Official)]]
-  * [[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. 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.