~ubuntu-branches/ubuntu/natty/gtk-sharp2/natty

« back to all changes in this revision

Viewing changes to atk/Object.custom

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2009-02-27 00:13:39 UTC
  • mfrom: (1.1.14 upstream) (13.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090227001339-p3n3vjbjm5gjkdgb
Tags: 2.12.8-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
                        return GLib.Object.GetObject (raw, true) as RelationSet;
228
228
                }
229
229
                
 
230
                protected void EmitFocusEvent (bool gained)
 
231
                {
 
232
                        GLib.Signal.Emit (this, "focus-event", gained);
 
233
                }
 
234
                
 
 
b'\\ No newline at end of file'