~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/panelapplet/generated/MoveFocusOutOfAppletHandler.cs

Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file was generated by the Gtk# code generator.
 
2
// Any changes made will be lost if regenerated.
 
3
 
 
4
namespace PanelApplet {
 
5
 
 
6
        using System;
 
7
 
 
8
        public delegate void MoveFocusOutOfAppletHandler(object o, MoveFocusOutOfAppletArgs args);
 
9
 
 
10
        public class MoveFocusOutOfAppletArgs : GLib.SignalArgs {
 
11
                public Gtk.DirectionType Direction{
 
12
                        get {
 
13
                                return (Gtk.DirectionType) Args[0];
 
14
                        }
 
15
                }
 
16
 
 
17
        }
 
18
}