Exemplo n.º 1
0
 public static IntPtr gtk_header_bar_new()
 {
     if (EtoEnvironment.Platform.IsLinux)
     {
         return(NMLinux.gtk_header_bar_new());
     }
     else if (EtoEnvironment.Platform.IsMac)
     {
         return(NMMac.gtk_header_bar_new());
     }
     else
     {
         return(NMWindows.gtk_header_bar_new());
     }
 }