~ubuntu-branches/ubuntu/precise/checkbox/precise

« back to all changes in this revision

Viewing changes to examples/checkbox-gtk.ini

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2009-01-20 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090120164615-7iz6nmlef41h4vx2
Tags: 0.4
* Setup bzr-builddeb in native mode.
* Removed LGPL notice from the copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
 
 
3
# Space separated list of files to include as a dependency for the
 
4
# GTK interface.
 
5
includes = %(checkbox_share)s/configs/checkbox.ini
 
6
 
 
7
[checkbox/plugins/user_interface]
 
8
 
 
9
# Title of the user interface
 
10
title = System Testing
 
11
 
 
12
# Module where the user interface implementation is defined.
 
13
interface_module = checkbox_gtk.gtk_interface
 
14
 
 
15
# Class implementing the UserInterface interface.
 
16
interface_class = GTKInterface
 
17
 
 
18
# Path where GTK files are stored.
 
19
gtk_path = %(checkbox_share)s/gtk