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

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

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

revision 1.5 by ktreichel, Wed Dec 8 07:02:58 2004 UTC revision 1.6 by drobosson, Sun Aug 7 12:04:17 2005 UTC
# Line 133  public sealed class ToolTip Line 133  public sealed class ToolTip
133          [TODO]          [TODO]
134          public String GetToolTip(Control control)          public String GetToolTip(Control control)
135                          {                          {
                                 // TODO  
136                                  return String.Empty;                                  return String.Empty;
137                          }                          }
138          [TODO]          [TODO]
139          public bool CanExtend(Object target)          public bool CanExtend(Object target)
140                          {                          {
                                 // TODO  
141                                  return false;                                  return false;
142                          }                          }
143    
# Line 150  public sealed class ToolTip Line 148  public sealed class ToolTip
148          protected virtual void Dispose(bool disposing)          protected virtual void Dispose(bool disposing)
149  #endif  #endif
150                          {                          {
151                                  // TODO                                  return;
152                          }                          }
153    
154          [TODO]          [TODO]
155          public void RemoveAll()          public void RemoveAll()
156                          {                          {
157                                  // TODO                                  return;
158                          }                          }
159    
160          [TODO]          [TODO]
161          public void SetToolTip(Control control, String caption)          public void SetToolTip(Control control, String caption)
162                          {                          {
163                                  // TODO                                  return;
164                          }                          }
165    
166          [TODO]          [TODO]

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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