/[dotgnu-pnet]/pnetlib/System.Windows.Forms/ScrollableControl.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/ScrollableControl.cs

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

revision 1.7 by t3rmin4t0r, Wed Jun 16 15:13:52 2004 UTC revision 1.8 by drobosson, Sun Aug 7 10:45:46 2005 UTC
# Line 317  public class ScrollableControl : Control Line 317  public class ScrollableControl : Control
317                                  ScrollByOffset(new Size(xOffset,yOffset));                                  ScrollByOffset(new Size(xOffset,yOffset));
318                          }                          }
319    
         // Handle a mouse wheel event.  
320          [TODO]          [TODO]
321            // Handle a mouse wheel event.
322          protected override void OnMouseWheel(MouseEventArgs e)          protected override void OnMouseWheel(MouseEventArgs e)
323                          {                          {
                                 // TODO  
324                                  base.OnMouseWheel(e);                                  base.OnMouseWheel(e);
325                          }                          }
326    
         // Inner core of "Scale".  
327          [TODO]          [TODO]
328            // Inner core of "Scale".
329          protected override void ScaleCore(float dx, float dy)          protected override void ScaleCore(float dx, float dy)
330                          {                          {
                                 // TODO  
331                                  base.ScaleCore(dx, dy);                                  base.ScaleCore(dx, dy);
332                          }                          }
333    
# Line 421  public class ScrollableControl : Control Line 419  public class ScrollableControl : Control
419          [TODO]          [TODO]
420          public void ScrollControlIntoView(Control activeControl)          public void ScrollControlIntoView(Control activeControl)
421          {          {
422                  // TODO                  return;
423          }          }
424    
425          /// <summary>          /// <summary>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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