From f41f464389989b1d809d6c167c46cc2ef7de0a15 Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 10 Dec 2000 18:05:10 +0000 Subject: [PATCH] * This should complete addition of Gtk::MenuItems. --- YardBox.pm | 53 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/YardBox.pm b/YardBox.pm index 962f2dd..d40b769 100644 --- a/YardBox.pm +++ b/YardBox.pm @@ -75,14 +75,12 @@ my @menu_items = ( { path => '/File', { path => '/Edit/Settings/Stripping/settings/strip-debug', action => '11', type => '' },, - { path => '/Edit/Settings/Stripping/Binaries', action => "2", type => '' }, { path => '/Edit/Settings/Stripping/Modules', action => '3', type => '' }, - { path => '/Edit/Settings/edit_separator', type => '' }, { path => '/Edit/Settings/Replacements', @@ -91,18 +89,63 @@ my @menu_items = ( { path => '/File', { path => '/Edit/Settings/Modules', action => "5", type => '' }, - + { path => '/Edit/Stages/' }, + { path => '/Edit/Stages/edit_tearoff', + type => '' }, + { path => '/Edit/Stages/one-by-one', + action => 13, + type => '' }, + { path => '/Edit/Stages/continuous', + action => 14, + type => '' }, + { path => '/Edit/Stages/user defined', + action => 15, + type => '' }, + { path => '/Edit/File System' }, + { path => '/Edit/Replacements' }, { path => '/_Create', type => '' }, { path => '/Create/create_tearoff', type => '' }, - - + { path => '/Create/Replacements/' }, + { path => '/Create/Replacements/replacement_tearoff', + type => '' }, + { path => '/Create/Replacements/fstab', + action => 16, + type => '' }, + { path => '/Create/Replacements/fstab directory name', + type => '' }, + { path => '/Create/Replacements/rc', + action => 17, + type => '<CheckItem>' }, + + { path => '/_Tests', type => '<Branch>' }, { path => '/Tests/tests_tearoff', type => '<Tearoff>' }, + { path => '/Tests/fstab', + action => 18, + type => '<CheckItem>' }, + { path => '/Tests/inittab', + action => 19, + type => '<CheckItem>' }, + { path => '/Tests/scripts', + action => 19, + type => '<CheckItem>' }, + { path => '/Tests/links', + action => 20, + type => '<CheckItem>' }, + { path => '/Tests/passwd', + action => 21, + type => '<CheckItem>' }, + { path => '/Tests/pam', + action => 22, + type => '<CheckItem>' }, + { path => '/Tests/nss', + action => 23, + type => '<CheckItem>' }, { path => '/_Help',