/[dotgnu-pnet]/pnetlib/System.Drawing.Xsharp/DrawingPopupWindow.cs
ViewVC logotype

Diff of /pnetlib/System.Drawing.Xsharp/DrawingPopupWindow.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by t3rmin4t0r, Mon Jul 19 14:57:15 2004 UTC revision 1.13 by drobosson, Sun Aug 7 10:36:12 2005 UTC
# Line 183  internal sealed class DrawingPopupWindow Line 183  internal sealed class DrawingPopupWindow
183                                  }                                  }
184                          }                          }
185    
186            [TODO]
187          // Move this window to above one of its siblings.          // Move this window to above one of its siblings.
188          void IToolkitWindow.MoveToAbove(IToolkitWindow sibling)          void IToolkitWindow.MoveToAbove(IToolkitWindow sibling)
189                          {                          {
190                                  // TODO                                  return;
191                          }                          }
192    
193            [TODO]
194          // Move this window to below one of its siblings.          // Move this window to below one of its siblings.
195          void IToolkitWindow.MoveToBelow(IToolkitWindow sibling)          void IToolkitWindow.MoveToBelow(IToolkitWindow sibling)
196                          {                          {
197                                  // TODO                                  return;
198                          }                          }
199    
200          // Get the HWND for this window.  IntPtr.Zero if not supported.          // Get the HWND for this window.  IntPtr.Zero if not supported.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26