/[dotgnu-pnet]/pnetlib/Xsharp/TopLevelWindow.cs
ViewVC logotype

Diff of /pnetlib/Xsharp/TopLevelWindow.cs

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

revision 1.32 by drobosson, Wed Sep 21 13:08:35 2005 UTC revision 1.33 by drobosson, Wed Sep 21 23:29:33 2005 UTC
# Line 1582  public class TopLevelWindow : InputOutpu Line 1582  public class TopLevelWindow : InputOutpu
1582                                  }                                  }
1583                          }                          }
1584    
1585          /// <summary>          
         /// <para>Method that is called when a custom "BeginInvoke" message comes in  
         /// changes.</para>  
         /// </summary>  
         protected virtual void OnBeginInvokeMessage(IntPtr i_gch)  
                         {  
                                 // Nothing to do in this base class.  
                         }  
   
   
1586          /// <summary>          /// <summary>
1587          /// <para>Method that is called when the window's iconic state          /// <para>Method that is called when the window's iconic state
1588          /// changes.</para>          /// changes.</para>
# Line 1970  public class TopLevelWindow : InputOutpu Line 1961  public class TopLevelWindow : InputOutpu
1961                                                                  }                                                                  }
1962                                                          }                                                          }
1963                                                  }                                                  }
                                                 else if(xevent.xclient.message_type == dpy.internalBeginInvoke)  
                                                 {  
                                                         OnBeginInvokeMessage((IntPtr)xevent.xclient.l(0));  
                                                 }  
1964                                          }                                          }
1965                                          break;                                          break;
1966    

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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