~isak-karlsson/docky/application-indicator

« back to all changes in this revision

Viewing changes to StandardPlugins/ApplicationIndicator/src/AyatanaSharp/DbusMenuItem.cs

  • Committer: Isak Karlsson
  • Date: 2010-07-26 20:09:15 UTC
  • Revision ID: isak@isak-laptop-20100726200915-fml43dhn22fpgocr
some tweaking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//  
 
2
//  Copyright (C) 2010 Isak Karlsson
 
3
// 
 
4
//  This program is free software: you can redistribute it and/or modify
 
5
//  it under the terms of the GNU General Public License as published by
 
6
//  the Free Software Foundation, either version 3 of the License, or
 
7
//  (at your option) any later version.
 
8
// 
 
9
//  This program is distributed in the hope that it will be useful,
 
10
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
//  GNU General Public License for more details.
 
13
// 
 
14
//  You should have received a copy of the GNU General Public License
 
15
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
// 
 
17
 
1
18
using System;
2
19
 
3
20
namespace AyatanaSharp
4
21
{
5
22
 
6
23
 
 
24
        /// <summary>
 
25
        /// This is just a data class. for a menu item
 
26
        /// </summary>
7
27
        public class DbusMenuItem
8
28
        {
9
29
                public bool IsSeparator { get; set; }