libxfcegui4 provides some builtin license constants for use in XfceAboutDialog: XFCE_LICENSE_BSD, XFCE_LICENSE_GPL and XFCE_LICENSE_LGPL. http://www.xfce.org/documentation/api-4.2/libxfcegui4/XfceAboutDialog.html#xfce-about-info-new I would really like if it was possible to use these constants for xfce4.gui.AboutDialog in PyXfce. Reproducible: Always Steps to Reproduce:
done: import xfce4 xfce4.util.LICENSE_BSD xfce4.util.LICENSE_LGPL xfce4.util.LICENSE_GPL
(In reply to comment #1) > done: > > import xfce4 > > xfce4.util.LICENSE_BSD > xfce4.util.LICENSE_LGPL > xfce4.util.LICENSE_GPL Thanks :)