Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
xfce:libxfce4ui:start [2020/08/31 00:43] – created kevinbowenxfce:libxfce4ui:start [2024/12/11 09:29] (current) – Add link to library's API documentation kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
  
-====== libxfce4ui - widget sharing library ======+====== libxfce4ui - Widget Sharing Library ======
  
-Libxfce4ui is used to share commonly used Xfce widgets among the Xfce +  * **[[#Debugging Support|Debugging Support]]** 
-applications.+  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
 +
 +The libxfce4ui library is used to share commonly used Xfce widgets among the Xfce applications.
 +
 +See also the [[https://developer.xfce.org/libxfce4ui/index.html|libxfce4ui API documentation]] for additional information.
 +
 +----
 +
 +===== Required Packages =====
 +
 +
 +Libxfce4ui depends on the following packages:
 +
 +  * GTK+ 3.18.0 or above
 +  * GLib 2.42.0 or above
 +  * Libxfce4util 4.12.0 or above
 +
 +----
 +
 +===== Debugging Support =====
 +
 +
 +Libxfce4ui currently supports four different levels of debugging support, which
 +can be setup using the configure flag `--enable-debug' (check the output of
 +`configure --help'):
 +
 +  `full' Use this if you want to debug libxfce4ui to locate a bug. The
 +  build will most probably be noticably slower. This is also
 + recommended for people that want to develop Xfce applications.
 +
 +  `yes' This is the default for SVN snapshot builds. It adds all
 +  kinds of checks to the code, and is therefore likely to run
 + slower. Use this if you want to develop for Xfce.
 +
 +  `minimum' This is the default for release builds, and presents the
 +  recommended behaviour.
 +
 +  `no' Disables all sanity checks. Don't use this unless you know
 +  exactly what you do.
 +
 +[[|Back To Top]]
 ---- ----
  
 ===== Latest Release ===== ===== Latest Release =====
-==== 4.15.3 (202020607)==== +{{rss>https://archive.xfce.org/feeds/project/libxfce4ui 1 date 2h}}
-[[https://archive.xfce.org/src/xfce/libxfce4ui/4.15/libxfce4ui-4.15.3.tar.bz2|libxfce4ui-4.15.3.tar.bz2]] +
-    * **[[https://archive.xfce.org/src/xfce/libxfce4ui/4.15/libxfce4ui-4.15.3.tar.bz2?sha1|SHA1 hash]]** +
-    * **[[https://archive.xfce.org/src/xfce/libxfce4ui/4.15/libxfce4ui-4.15.3.tar.bz2?sha256|SHA256 hash]]**+
  
-[[https://archive.xfce.org/src/xfce/libxfce4ui|Previous Versions]]+[[https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/NEWS|Read the CHANGELOG]]
  
 +  * **[[https://archive.xfce.org/src/xfce/libxfce4ui/|Download current release]]** (older versions of this component are also available here)
 +
 +[[|Back to Top]]
 ---- ----
 ===== Source Code Repository ===== ===== Source Code Repository =====
Line 22: Line 65:
 ---- ----
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:xfce:libxfce4ui:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs +  * **[[:xfce:libxfce4ui:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
 +[[|Back To Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]]+[[:start|Return to Xfce Main Documentation Page]]