diff options
author | Tim Moore <timoore@redhat.com> | 2009-09-30 19:02:42 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-09-30 20:45:09 +0200 |
commit | 90b64e1e89a33317d6008e10fe2c106a0dc34c7a (patch) | |
tree | 74bb42bdce674fce19bda066d7e7f4bb4f1ce4d7 /grapher/stap-start.gladep | |
parent | 4cba1a1a2cb6d5fc03f0f89f480c6761974938af (diff) | |
download | systemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.tar.gz systemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.tar.xz systemtap-steved-90b64e1e89a33317d6008e10fe2c106a0dc34c7a.zip |
dialog for choosing stap script and providing arguments to stap and the script
* grapher/grapher.cxx (GraphicalStapLauncher): New class.
(GrapherWindow constructor): Bind actions for graphical launcher buttons
(GrapherWindow::setGraphicalLauncher): new method
(GrapherWindow::on_menu_script_start): new method
grapher/stap-start.glade, grapher/stap-start.gladep: new files
grapher/Makefile.am: install stap-start.glade
Diffstat (limited to 'grapher/stap-start.gladep')
-rw-r--r-- | grapher/stap-start.gladep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/grapher/stap-start.gladep b/grapher/stap-start.gladep new file mode 100644 index 00000000..315e63d1 --- /dev/null +++ b/grapher/stap-start.gladep @@ -0,0 +1,8 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd"> + +<glade-project> + <name>Grapher</name> + <program_name>grapher</program_name> + <gnome_support>FALSE</gnome_support> +</glade-project> |