~cprov/gtwitter/1.0-beta6

« back to all changes in this revision

Viewing changes to gtwitter/libsexy/IconPressedHandler.cs

  • Committer: Celso Providelo
  • Date: 2008-02-15 02:26:45 UTC
  • Revision ID: celso.providelo@canonical.com-20080215022645-yj0qogflo6c6ik6g
initial import.

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 Sexy {
 
5
 
 
6
        using System;
 
7
 
 
8
        public delegate void IconPressedHandler(object o, IconPressedArgs args);
 
9
 
 
10
        public class IconPressedArgs : GLib.SignalArgs {
 
11
                public Sexy.IconEntryPosition IconPosition{
 
12
                        get {
 
13
                                return (Sexy.IconEntryPosition) Args[0];
 
14
                        }
 
15
                }
 
16
 
 
17
                public int Button{
 
18
                        get {
 
19
                                return (int) Args[1];
 
20
                        }
 
21
                }
 
22
 
 
23
        }
 
24
}