man gtklauncher (Commandes) - GUI-creation command-line utility based on GTK+ library

NAME

gtklauncher - GUI-creation command-line utility based on GTK+ library

SYNOPSIS

gtklauncher [filename]

DESCRIPTION

gtklauncher can be used as interpreter for gtkdialog programs.

For more information on the syntax of gtkdialog programs, please see the manual page of gtkdialog, the examples provided in /usr/share/doc/gtk-dialog/examples or run info gtkdialog.

This is an example script using gtklauncher:

#!/usr/bin/gtklauncher 
 
export MAIN_DIALOG=' 
  <vbox> 
    <text><label> This is an example </label></text> 
    <button ok></button> 
  </vbox> 
 ' 
 

AUTHOR

This manual page was written by Fabio Tranchitella <kobold@kobold.it> for the Debian GNU/Linux system (but may be used by others).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license can be found under /usr/share/common-licenses/FDL.

SEE ALSO

gtkdialog (1)