~cszikszoy/do/do-fix-keybindings

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Docky/src/Docky.Core/IDrawingService.cs

  • Committer: Chris S.
  • Date: 2009-06-18 06:18:12 UTC
  • mfrom: (1107.2.124 trunk)
  • Revision ID: chris@szikszoy.com-20090618061812-8ynmedlxpmvwkwe9
merge trunk & make properties public

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
{
25
25
        public interface IDrawingService : IDockService
26
26
        {
 
27
                int CurrentDockWidth { get; }
 
28
                
 
29
                int CurrentDockHeight { get; }
 
30
                
27
31
                Gdk.Rectangle TextPathAtPoint (TextRenderContext context);
28
32
        }
29
33
}