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

Diff of /pnetlib/Xsharp/OtherHints.cs

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

revision 1.1 by rweather, Tue Dec 2 11:04:18 2003 UTC revision 1.2 by drobosson, Wed Feb 16 13:41:44 2005 UTC
# Line 36  public enum OtherHints Line 36  public enum OtherHints
36          HelpButton                      = (1 << 2),          HelpButton                      = (1 << 2),
37          Dialog                          = (1 << 3),          Dialog                          = (1 << 3),
38          TopMost                         = (1 << 4),          TopMost                         = (1 << 4),
39            Desktop                         = (1 << 5),
40            Dock                            = (1 << 6),
41            Menu                            = (1 << 7),
42            Splash                          = (1 << 8),
43            Sticky                          = (1 << 9),
44            Shaded                          = (1 << 10),
45            Hidden                          = (1 << 11),
46            FullScreen                      = (1 << 12)
47    
48  } // enum OtherHints  } // enum OtherHints
49    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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